ProviderSignalCredentialStateRequest


public final 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

Public methods

final @NonNull CallingAppInfo

information pertaining to the calling app making the request

final @NonNull 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
public ProviderSignalCredentialStateRequest(
    @NonNull SignalCredentialStateRequest callingRequest,
    @NonNull CallingAppInfo callingAppInfo
)

Public methods

getCallingAppInfo

Added in 1.0.0-alpha02
public final @NonNull CallingAppInfo getCallingAppInfo()

information pertaining to the calling app making the request

getCallingRequest

Added in 1.0.0-alpha02
public final @NonNull SignalCredentialStateRequest getCallingRequest()

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