public final class ExportCredentialsResponse


Success response of exporting the credentials to the provider

Summary

Public constructors

Public methods

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

the result of exporting credentials, keyed by the CredentialTypes

Public constructors

ExportCredentialsResponse

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

Public methods

getExportResults

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

the result of exporting credentials, keyed by the CredentialTypes