OIDConfiguration
struct OIDConfiguration
Undocumented
-
init(authorizationEndpoint:
tokenEndpoint: userEndpoint: clientId: clientSecret: scopes: redirectUrl: responseType: additionalParameters: ) Undocumented
Declaration
Swift
public init(authorizationEndpoint: String, tokenEndpoint: String, userEndpoint: String? = nil, clientId: String, clientSecret: String? = nil, scopes: [String]? = nil, redirectUrl: String, responseType: String = OIDResponseTypeCode, additionalParameters: [String: String]? = nil)