PROTOCOL
AuthorizationRequestModel
public protocol AuthorizationRequestModel: UIInteractionModel
A model that represents an authorization request that contains an authorization code.
Properties
code
var code: String
The authorization code.
PROTOCOL
public protocol AuthorizationRequestModel: UIInteractionModel
A model that represents an authorization request that contains an authorization code.
var code: String
The authorization code.