ImportCredentialsRequest

class ImportCredentialsRequest : Parcelable


Request for importing credentials from another credential provider.

Summary

Constants

const String

Public companion properties

Parcelable.Creator<ImportCredentialsRequest>

Public constructors

ImportCredentialsRequest(requestJson: String, uri: Uri)

Public functions

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

Public properties

String

the request in JSON format, based on the CXF prototcol

Uri

the file URI responsible for the export transport

Constants

REQUEST_TYPE

const val REQUEST_TYPEString

Public companion properties

Public constructors

ImportCredentialsRequest

ImportCredentialsRequest(requestJson: String, uri: Uri)
Parameters
requestJson: String

the request in JSON format, based on the CXF prototcol

uri: Uri

the file URI responsible for the export transport

Public functions

describeContents

final fun describeContents(): Int

writeToParcel

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

Public properties

requestJson

val requestJsonString

the request in JSON format, based on the CXF prototcol

uri

val uriUri

the file URI responsible for the export transport