@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-14T16:25:33.816Z")
public interface IdentityPoolAppleLoginProvider
Example:
IdentityPool.Builder.create(this, "myidentitypool") .identityPoolName("myidentitypool") .authenticationProviders(IdentityPoolAuthenticationProviders.builder() .amazon(IdentityPoolAmazonLoginProvider.builder() .appId("amzn1.application.12312k3j234j13rjiwuenf") .build()) .facebook(IdentityPoolFacebookLoginProvider.builder() .appId("1234567890123") .build()) .google(IdentityPoolGoogleLoginProvider.builder() .clientId("12345678012.apps.googleusercontent.com") .build()) .apple(IdentityPoolAppleLoginProvider.builder() .servicesId("com.myappleapp.auth") .build()) .twitter(IdentityPoolTwitterLoginProvider.builder() .consumerKey("my-twitter-id") .consumerSecret("my-twitter-secret") .build()) .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
IdentityPoolAppleLoginProvider.Builder
A builder for
IdentityPoolAppleLoginProvider |
static class |
IdentityPoolAppleLoginProvider.Jsii$Proxy
An implementation for
IdentityPoolAppleLoginProvider |
Modifier and Type | Method and Description |
---|---|
static IdentityPoolAppleLoginProvider.Builder |
builder() |
java.lang.String |
getServicesId()
(experimental) App Id for Apple Identity Federation.
|
java.lang.String getServicesId()
static IdentityPoolAppleLoginProvider.Builder builder()