OAuthProvider
public class OAuthProvider : NSObject
                The class representing the OAuth provider that is used in the Login Flow
- 
                  
                  
Declaration
Swift
public enum _Provider : String - 
                  
                  
Initializer with the provider enumeration
Declaration
Swift
public init(provider: _Provider)Parameters
providerthe OAUTH Provider enumeration
 
        OAuthProvider Class Reference