ENUM
RepresentationType
Contents
- Cases
authenticationStep
redirectionStep
registrationStep
pollingStep
continueSameStep
oauthAuthorizationResponse
consentorStep
userConsentStep
public enum RepresentationType: Codable, Equatable
The type of a step, which defines the schema for the step.
Cases
authenticationStep
case authenticationStep
An authentication step type.
redirectionStep
case redirectionStep
A redirection step type.
registrationStep
case registrationStep
A registration step type.
pollingStep
case pollingStep
A polling step type.
continueSameStep
case continueSameStep
A continue same step type.
oauthAuthorizationResponse
case oauthAuthorizationResponse
An Oauth authorization response step type.
consentorStep
case consentorStep
A consentor step type.
userConsentStep
case userConsentStep
An user consent step type.