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.
    See more

    Declaration

    Swift

    public struct IdpClient : Sendable
  • Data class representing the result of an IDP authorization.

    See more

    Declaration

    Swift

    public struct IdpResult : Sendable

    Parameters

    token

    The token returned by the IDP.

    additionalParameters

    The additionalParameters.