Authorizing
data class Authorizing(val authorizationChallenges: List<AuthorizationChallenge>) : ProvisioningModel.State
Authorizing the user.
When in this state, provideAuthorizationResponse must be called to authorize user using one of the methods in authorizationChallenges, provisioning will not progress until that call is made.
Parameters
authorizationChallenges
holds non-empty list of authorization methods and data necessary to use them.