ProviderImportCredentialsResponse


public final class ProviderImportCredentialsResponse


Response received by the provider after the transfer phase of the import flow is complete i.e. the user has now made a selection from the list of ExportEntry presented on the selector UI, and the provider returned credentials corresponding to the request.

Summary

Public constructors

Public methods

final @NonNull CallingAppInfo

the exporter's app info

final @NonNull ImportCredentialsResponse

a response of credential import

Public constructors

ProviderImportCredentialsResponse

Added in 1.0.0-alpha03
public ProviderImportCredentialsResponse(
    @NonNull ImportCredentialsResponse response,
    @NonNull CallingAppInfo callingAppInfo
)

Public methods

getCallingAppInfo

Added in 1.0.0-alpha03
public final @NonNull CallingAppInfo getCallingAppInfo()

the exporter's app info

TODO(b/445237915): Replace callingAppInfo with attestation

getResponse

Added in 1.0.0-alpha03
public final @NonNull ImportCredentialsResponse getResponse()

a response of credential import