LoginMethod
public enum LoginMethod : CustomStringConvertible, JSONRepresentable
The LoginMethod union
-
An unspecified error.
Declaration
Swift
case appleOauth -
An unspecified error.
Declaration
Swift
case firstPartyTokenExchange -
An unspecified error.
Declaration
Swift
case googleOauth -
An unspecified error.
Declaration
Swift
case lenovoOauth -
An unspecified error.
Declaration
Swift
case password -
An unspecified error.
Declaration
Swift
case qrCode -
An unspecified error.
Declaration
Swift
case saml -
An unspecified error.
Declaration
Swift
case twoFactorAuthentication -
An unspecified error.
Declaration
Swift
case webSession -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
LoginMethod Enumeration Reference