ProviderImportCredentialsRequest


class ProviderImportCredentialsRequest


Request received by the provider after the query phase of the import flow is complete i.e. the user was presented with a list of entries, and the user has now made a selection from the list of ExportEntry presented on the selector UI.

When the provider is responding to this request, it must write the response to the uri provided in this request, so that the importer can read the response from the transfer medium.

Summary

Public constructors

ProviderImportCredentialsRequest(
    request: ImportCredentialsRequest,
    callingAppInfo: CallingAppInfo,
    uri: Uri,
    credId: String
)

Public properties

CallingAppInfo

the caller's app info

String
ImportCredentialsRequest

a request to import the provider's credentials

Uri

the FileProvider uri that the importer will read the response from

Public constructors

ProviderImportCredentialsRequest

Added in 1.0.0-alpha03
ProviderImportCredentialsRequest(
    request: ImportCredentialsRequest,
    callingAppInfo: CallingAppInfo,
    uri: Uri,
    credId: String
)

Public properties

callingAppInfo

Added in 1.0.0-alpha03
val callingAppInfoCallingAppInfo

the caller's app info

credId

Added in 1.0.0-alpha03
val credIdString

request

Added in 1.0.0-alpha03
val requestImportCredentialsRequest

a request to import the provider's credentials

uri

Added in 1.0.0-alpha03
val uriUri

the FileProvider uri that the importer will read the response from