class SignalCredentialStateRequest : Parcelable


Data interface for signaling a user's credential state from the RPs to the credential providers.

Summary

Public constructors

SignalCredentialStateRequest(
    type: String,
    origin: String?,
    requestData: Bundle
)

constructs an instance of SignalCredentialStateRequest

Public functions

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

Public properties

String?

the origin of the request, only settable by a browser

Bundle

the request data, containing the credential state information

String

the type of signal request being sent to the provider

Public companion properties

Public constructors

SignalCredentialStateRequest

SignalCredentialStateRequest(
    type: String,
    origin: String? = null,
    requestData: Bundle
)

constructs an instance of SignalCredentialStateRequest

Parameters
type: String

the type of signal request being sent to the provider

origin: String? = null

the origin of the request, only settable by a browser

requestData: Bundle

the request data, containing the credential state information

Public functions

describeContents

final fun describeContents(): Int

writeToParcel

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

Public properties

origin

val originString?

the origin of the request, only settable by a browser

requestData

val requestDataBundle

the request data, containing the credential state information

type

val typeString

the type of signal request being sent to the provider