SecretText

data class SecretText(val id: String, val secret: String) : AuthorizationResponse

Provide the secret text requested by AuthorizationChallenge.SecretText.

Constructors

Link copied to clipboard
constructor(id: String, secret: String)

Properties

Link copied to clipboard
open override val id: String

Identifies an AuthorizationChallenge in a list returned by ProvisioningClient.getAuthorizationChallenges method that this response corresponds to.

Link copied to clipboard

User response for the secret text request.