public final class ExportCredentialsResponse


Success response of exporting the credentials to the provider

Summary

Public constructors

Public methods

static final @NonNull ExportCredentialsResponse

Unwraps the response class from a bundle

final @NonNull Map<@NonNull String, @NonNull PerTypeExportResult>

the result of exporting credentials, keyed by the CredentialTypes

Public constructors

ExportCredentialsResponse

Added in 1.0.0-alpha02
public ExportCredentialsResponse(
    @NonNull Map<@NonNull String, @NonNull PerTypeExportResult> exportResults
)

Public methods

fromBundle

Added in 1.0.0-alpha02
public static final @NonNull ExportCredentialsResponse fromBundle(@NonNull Bundle bundle)

Unwraps the response class from a bundle

getExportResults

Added in 1.0.0-alpha02
public final @NonNull Map<@NonNull String, @NonNull PerTypeExportResultgetExportResults()

the result of exporting credentials, keyed by the CredentialTypes