Structures
The following structures are available globally.
- 
                  
                  
Represents the IdpClient struct. The IdpClient struct represents the client configuration for the IDP.
- property clientId: The client ID.
 - property redirectUri: The redirect URI.
 - property scopes: The scopes.
 - property nonce: The nonce.
 - property continueUrl: The continue URL.
 
Declaration
Swift
public struct IdpClient : Sendable - 
                  
                  
Data class representing the result of an IDP authorization.
See moreDeclaration
Swift
public struct IdpResult : SendableParameters
tokenThe token returned by the IDP.
additionalParametersThe additionalParameters.
 
            View on GitHub
          
      Structures  Reference