ProviderClearCredentialStateRequest


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

final @NonNull CallingAppInfo

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

Public constructors

ProviderClearCredentialStateRequest

Added in 1.2.0
public ProviderClearCredentialStateRequest(
    @NonNull CallingAppInfo callingAppInfo
)

constructs an instance of ProviderClearCredentialStateRequest

Parameters
@NonNull CallingAppInfo callingAppInfo

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

Public methods

getCallingAppInfo

Added in 1.2.0
public final @NonNull CallingAppInfo getCallingAppInfo()

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