ProviderImportCredentialsResponse


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 properties

CallingAppInfo

the exporter's app info

ImportCredentialsResponse

a response of credential import

Public constructors

ProviderImportCredentialsResponse

Added in 1.0.0-alpha03
ProviderImportCredentialsResponse(
    response: ImportCredentialsResponse,
    callingAppInfo: CallingAppInfo
)

Public properties

callingAppInfo

Added in 1.0.0-alpha03
val callingAppInfoCallingAppInfo

the exporter's app info

TODO(b/445237915): Replace callingAppInfo with attestation

response

Added in 1.0.0-alpha03
val responseImportCredentialsResponse

a response of credential import