OAuthProvider

public class OAuthProvider: NSObject

The class representing the OAuth provider that is used in the Login Flow

  • The provider enumeration

    • Facebook: OAuth with Facebook.
    See more

    Declaration

    Swift

    public enum _Provider: String
  • Initializer with the provider enumeration

    Declaration

    Swift

    public init(provider: _Provider)

    Parameters

    provider

    the OAUTH Provider enumeration