GetCredentialCancellationException


class GetCredentialCancellationException : GetCredentialException


During the get credential flow, this is thrown when a user intentionally cancels an operation. When this happens, the application should handle logic accordingly, typically under indication the user does not want to see Credential Manager anymore.

Summary

Public constructors

Inherited properties

From kotlin.Throwable

Public constructors

GetCredentialCancellationException

Added in 1.2.0
GetCredentialCancellationException(errorMessage: CharSequence? = null)