ProviderClearCredentialStateRequest


class ProviderClearCredentialStateRequest


Request class for clearing a user's credential state from the credential providers.

Throws
kotlin.NullPointerException

If callingAppInfo is null

Note : Credential providers are not expected to utilize the constructor in this class for any production flow. This constructor must only be used for testing purposes.

Summary

Public constructors

constructs an instance of ProviderClearCredentialStateRequest

Public properties

CallingAppInfo

info pertaining to the calling app that's making the request

Public constructors

ProviderClearCredentialStateRequest

Added in 1.2.0
ProviderClearCredentialStateRequest(callingAppInfo: CallingAppInfo)

constructs an instance of ProviderClearCredentialStateRequest

Parameters
callingAppInfo: CallingAppInfo

info pertaining to the calling app that's making the request

Public properties

callingAppInfo

Added in 1.2.0
val callingAppInfoCallingAppInfo

info pertaining to the calling app that's making the request