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
code
Authorization code from the sektoral identity provider
state
State value for dereferencing the code