class ImportCredentialsRequest


a request to import the provider's credentials

Throws
kotlin.IllegalArgumentException

If requestJson is empty, or if it is not a valid JSON

Summary

Public companion functions

ImportCredentialsRequest
createFrom(bundle: Bundle)

Creates a ImportCredentialsRequest from a bundle.

Bundle

Wraps the request into a bundle.

Public constructors

Public properties

String

the request according to the Fido Credential Exchange Protocol format

Public companion functions

createFrom

Added in 1.0.0-alpha03
fun createFrom(bundle: Bundle): ImportCredentialsRequest

Creates a ImportCredentialsRequest from a bundle.

Throws
kotlin.IllegalArgumentException

if the bundle does not contain the request parameters.

toBundle

Added in 1.0.0-alpha03
fun toBundle(request: ImportCredentialsRequest): Bundle

Wraps the request into a bundle.

Public constructors

ImportCredentialsRequest

Added in 1.0.0-alpha03
ImportCredentialsRequest(requestJson: String)

Public properties

requestJson

Added in 1.0.0-alpha03
val requestJsonString

the request according to the Fido Credential Exchange Protocol format