ExportCredentialsToDeviceSetupRequest

class ExportCredentialsToDeviceSetupRequest : Parcelable


Request for exporting credentials to primary credential provider.

Summary

Public constructors

Public functions

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

Public properties

Bundle

the request bundle

Uri

the file URI responsible for the export transport.

Public companion properties

Public constructors

ExportCredentialsToDeviceSetupRequest

ExportCredentialsToDeviceSetupRequest(uri: Uri, requestData: Bundle)
Parameters
uri: Uri

the file URI responsible for the export transport. The export provider will write the credentials 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

uri

val uriUri

the file URI responsible for the export transport. The export provider will write the credentials here.