AuthenticationConfig

public struct AuthenticationConfig

Configurations for the authentication service

  • Initialises the authentication configuration

    Declaration

    Swift

    public init(redirectURL: String, minTimeBetweenJwksRequests: UInt = 24 * 60)

    Parameters

    redirectURL

    the redirect URL for the developers app

    minTimeBetweenJwksRequests

    The minimum time, in minutes, between Json web key set requests. Default value is 1400 (1 day)