@Deprecated public class AWSMobileClient.SignInProviderConfig extends Object
| Constructor and Description |
|---|
SignInProviderConfig(Class<? extends SignInProvider> signInProvider,
String... providerPermissions)
Deprecated.
Since 2.8.0 This method will be removed in the next minor version.
Please update to use AWSMobileClient using `initialize`.
Please visit https://aws-amplify.github.io for the latest Android documentation.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getProviderPermissions()
Deprecated.
Since 2.8.0 This method will be removed in the next minor version.
Please update to use AWSMobileClient using `initialize`.
Please visit https://aws-amplify.github.io for the latest Android documentation.
|
Class<? extends SignInProvider> |
getSignInProviderClass()
Deprecated.
Since 2.8.0 This method will be removed in the next minor version.
Please update to use AWSMobileClient using `initialize`.
Please visit https://aws-amplify.github.io for the latest Android documentation.
|
@Deprecated public SignInProviderConfig(Class<? extends SignInProvider> signInProvider, String... providerPermissions)
signInProvider - The class object of the SignInProviderproviderPermissions - Provider permissions if applicable@Deprecated public Class<? extends SignInProvider> getSignInProviderClass()
@Deprecated public String[] getProviderPermissions()
Copyright © 2020. All rights reserved.