@Deprecated
public class AWSMobileClient.SignInProviderConfig
extends java.lang.Object
Constructor and Description |
---|
SignInProviderConfig(java.lang.Class<? extends SignInProvider> signInProvider,
java.lang.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 |
---|---|
java.lang.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.
|
java.lang.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(java.lang.Class<? extends SignInProvider> signInProvider, java.lang.String... providerPermissions)
signInProvider
- The class object of the SignInProviderproviderPermissions
- Provider permissions if applicable@Deprecated public java.lang.Class<? extends SignInProvider> getSignInProviderClass()
@Deprecated public java.lang.String[] getProviderPermissions()
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.