ProviderSignalCredentialStateRequest


class ProviderSignalCredentialStateRequest


Signal credential state request received by the provider

This request contains the actual request coming from the calling app, and the application information associated with the calling app.

Summary

Public constructors

ProviderSignalCredentialStateRequest(
    callingRequest: SignalCredentialStateRequest,
    callingAppInfo: CallingAppInfo
)

Public properties

CallingAppInfo

information pertaining to the calling app making the request

SignalCredentialStateRequest

the complete androidx.credentials.SignalCredentialStateRequest coming from the calling app that is sending the credential state signal

Public constructors

ProviderSignalCredentialStateRequest

Added in 1.0.0-alpha02
ProviderSignalCredentialStateRequest(
    callingRequest: SignalCredentialStateRequest,
    callingAppInfo: CallingAppInfo
)

Public properties

callingAppInfo

Added in 1.0.0-alpha02
val callingAppInfoCallingAppInfo

information pertaining to the calling app making the request

callingRequest

Added in 1.0.0-alpha02
val callingRequestSignalCredentialStateRequest

the complete androidx.credentials.SignalCredentialStateRequest coming from the calling app that is sending the credential state signal