GetCredentialResponse

class GetCredentialResponse : Parcelable


A response from the get-credential operation.

Summary

Public companion properties

Parcelable.Creator<GetCredentialResponse>

Public constructors

constructs an instance of GetCredentialResponse

Public functions

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

Public properties

Credential

the credential that was returned

Public companion properties

Public constructors

GetCredentialResponse

GetCredentialResponse(credential: Credential)

constructs an instance of GetCredentialResponse

Parameters
credential: Credential

the credential that was returned

Public functions

describeContents

final fun describeContents(): Int

writeToParcel

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

Public properties

credential

val credentialCredential

the credential that was returned