OpenIdError
public enum OpenIdError : CustomStringConvertible, JSONRepresentable
The OpenIdError union
-
Missing openid claims for the associated access token.
Declaration
Swift
case incorrectOpenidScopes
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }