class ExportCredentialsResponse


Success response of exporting the credentials to the provider

Summary

Public companion functions

ExportCredentialsResponse
fromBundle(bundle: Bundle)

Unwraps the response class from a bundle

Public constructors

Public properties

Map<StringPerTypeExportResult>

the result of exporting credentials, keyed by the CredentialTypes

Public companion functions

fromBundle

Added in 1.0.0-alpha02
fun fromBundle(bundle: Bundle): ExportCredentialsResponse

Unwraps the response class from a bundle

Public constructors

ExportCredentialsResponse

Added in 1.0.0-alpha02
ExportCredentialsResponse(
    exportResults: Map<StringPerTypeExportResult>
)

Public properties

exportResults

Added in 1.0.0-alpha02
val exportResultsMap<StringPerTypeExportResult>

the result of exporting credentials, keyed by the CredentialTypes