ENUM
ProblemType
Contents
- Cases
authenticationFailedProblem
invalidInputProblem
incorrectCredentialsProblem
errorAuthorizationResponseProblem
unexpectedProblem
tooManyAttemptsProblem
genericUserProblem
sessionAndAccessTokenMismatchProblem
other(value:)
public enum ProblemType: Codable, Equatable
Cases
authenticationFailedProblem
case authenticationFailedProblem
An authentication failed problem type.
invalidInputProblem
case invalidInputProblem
An invalid input problem type.
incorrectCredentialsProblem
case incorrectCredentialsProblem
An incorrect credentials problem type.
errorAuthorizationResponseProblem
case errorAuthorizationResponseProblem
An error authorization response problem type.
unexpectedProblem
case unexpectedProblem
An unexpected problem type.
tooManyAttemptsProblem
case tooManyAttemptsProblem
A too many attempts problem type.
genericUserProblem
case genericUserProblem
A generic user problem type.
sessionAndAccessTokenMismatchProblem
case sessionAndAccessTokenMismatchProblem
A session token mismatching access token problem type
other(value:)
case other(value: String)
Any other problem type.