SSOResult
public struct SSOResult
The result of the Single Sign-On workflow. The workflow may be triggered by scanning a QR code or by deeplinking.
-
The message provided by server
Declaration
Swift
public let message: String
-
The name of the resource for which the workflow was performed.
Declaration
Swift
public let resource: String
-
If applicable an authentication code will be provided.
Declaration
Swift
public let authCode: String?
-
The status of the workflow
See also
VerifyQRStatus
Declaration
Swift
public let status: VerifyQRStatus
-
The redirect URI where applicable.
Declaration
Swift
public var redirectURI: String?
-
The URL scheme of the app to callback on successful SSO completion.
Declaration
Swift
public let urlscheme: String?