ClearCredentialStateRequest


public final class ClearCredentialStateRequest


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

If the request type is ClearCredentialRequestTypes.CLEAR_CREDENTIAL_STATE, then the request will be sent to the credential providers to clear the user's credential state.

If the request type is ClearCredentialRequestTypes.CLEAR_RESTORE_CREDENTIAL, then the request will be sent to the restore credential provider to delete any stored RestoreCredential.

Throws
kotlin.IllegalArgumentException

if the requestType is unsupported type.

Summary

Public constructors

ClearCredentialStateRequest(int requestType)

Public methods

final @NonNull Bundle
final int

Public constructors

ClearCredentialStateRequest

Added in 1.2.0
public ClearCredentialStateRequest()

ClearCredentialStateRequest

Added in 1.5.0-alpha04
public ClearCredentialStateRequest(int requestType)

Public methods

getRequestBundle

Added in 1.5.0-alpha04
public final @NonNull Bundle getRequestBundle()

getRequestType

Added in 1.5.0-alpha04
public final int getRequestType()