static IServiceCreator<Facebook> | Facebook.initialize(java.lang.String clientID, java.lang.String clientSecret, java.lang.String... scopes) | Creates an instance of the ParamInitializedService that holds the parameters for the provider authentication. |
---|
static IServiceCreator<Google> | Google.initialize(java.lang.String clientID, java.lang.String clientSecret, java.lang.String... scopes) | Creates an instance of the ParamInitializedService that holds the parameters for the provider authentication. |
---|
static IServiceCreator<LinkedIn> | LinkedIn.initialize(java.lang.String clientID, java.lang.String clientSecret, java.lang.String... scopes) | Creates an instance of the ParamInitializedService that holds the parameters for the provider authentication. |
---|
static IServiceCreator<Microsoft> | Microsoft.initialize(java.lang.String tenant, java.lang.String clientID, java.lang.String clientSecret, java.lang.String... scopes) | Creates an instance of the ParamInitializedService that holds the parameters for the provider authentication. |
---|
static IServiceCreator<Twitter> | Twitter.initialize(java.lang.String clientID, java.lang.String clientSecret) | Creates an instance of the ParamInitializedService that holds the parameters for the provider authentication. |
---|