ClearCredentialStateRequest


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

Public properties

Bundle
Int

Public constructors

ClearCredentialStateRequest

Added in 1.2.0
ClearCredentialStateRequest()

ClearCredentialStateRequest

Added in 1.5.0-alpha04
ClearCredentialStateRequest(requestType: Int)

Public properties

requestBundle

Added in 1.5.0-alpha04
val requestBundleBundle

requestType

Added in 1.5.0-alpha04
val requestTypeInt