IDPExtAuthVerify
public struct IDPExtAuthVerify
Transport structure storing external authentication information transported by an universal link.
-
Authorization code of the sektoral identity provider
Declaration
Swift
public let code: String -
State of IDP to dereference the code
Declaration
Swift
public let state: String -
Initialize IDPExtAuthVerify with authentication code and state
Declaration
Swift
public init(code: String, state: String)Parameters
codeAuthorization code from the sektoral identity provider
stateState value for dereferencing the code
View on GitHub
IDPExtAuthVerify Structure Reference