SecretText

data class SecretText(val id: String, val retry: Boolean, val request: SecretCodeRequest) : AuthorizationChallenge

Request the user to enter text (which is assumed to be sensitive) like PIN or password.

Constructors

Link copied to clipboard
constructor(id: String, retry: Boolean, request: SecretCodeRequest)

Properties

Link copied to clipboard
open override val id: String

Identifies a particular AuthorizationChallenge in a list returned by ProvisioningClient.getAuthorizationChallenges method.

Link copied to clipboard
Link copied to clipboard

True if previous attempt was rejected by the server, need to retry