OAuth
public struct OAuth : Codable
-
Declaration
Swift
public let identityProviders: [String] -
Declaration
Swift
public let domain: String -
Declaration
Swift
public let scopes: [String] -
Declaration
Swift
public let redirectSignInUri: [String] -
Declaration
Swift
public let redirectSignOutUri: [String] -
Declaration
Swift
public let responseType: String -
Declaration
Swift
public init( identityProviders: [String], domain: String, scopes: [String], redirectSignInUri: [String], redirectSignOutUri: [String], responseType: String )
View on GitHub