ImportCredentialsForDeviceSetupRequest

class ImportCredentialsForDeviceSetupRequest : Parcelable


Request for importing credentials from primary credential provider.

Summary

Public constructors

ImportCredentialsForDeviceSetupRequest(
    requestJson: String,
    uri: Uri,
    requestData: Bundle
)

Public functions

final Int
open Unit
writeToParcel(dest: Parcel, flags: Int)

Public properties

Bundle

the request bundle

String

the request in JSON format, based on the CXF prototcol

Uri

the file URI responsible for the credential transport.

Public companion properties

Public constructors

ImportCredentialsForDeviceSetupRequest

ImportCredentialsForDeviceSetupRequest(
    requestJson: String,
    uri: Uri,
    requestData: Bundle
)
Parameters
requestJson: String

the request in JSON format, based on the CXF prototcol

uri: Uri

the file URI responsible for the credential transport. The importing provider will read the credentials from here.

requestData: Bundle

the request bundle

Public functions

describeContents

final fun describeContents(): Int

writeToParcel

open fun writeToParcel(dest: Parcel, flags: Int): Unit

Public properties

requestData

val requestDataBundle

the request bundle

requestJson

val requestJsonString

the request in JSON format, based on the CXF prototcol

uri

val uriUri

the file URI responsible for the credential transport. The importing provider will read the credentials from here.