@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.315Z") @Stability(value=Experimental) public interface UserPoolIdentityProviderAppleProps extends software.amazon.jsii.JsiiSerializable, UserPoolIdentityProviderProps
Modifier and Type | Interface and Description |
---|---|
static class |
UserPoolIdentityProviderAppleProps.Builder
A builder for
UserPoolIdentityProviderAppleProps |
static class |
UserPoolIdentityProviderAppleProps.Jsii$Proxy
An implementation for
UserPoolIdentityProviderAppleProps |
Modifier and Type | Method and Description |
---|---|
static UserPoolIdentityProviderAppleProps.Builder |
builder() |
String |
getClientId()
(experimental) The client id recognized by Apple APIs.
|
String |
getKeyId()
(experimental) The keyId (of the same key, which content has to be later supplied as `privateKey`) for Apple APIs to authenticate the client.
|
String |
getPrivateKey()
(experimental) The privateKey content for Apple APIs to authenticate the client.
|
default List<String> |
getScopes()
(experimental) The list of apple permissions to obtain for getting access to the apple profile.
|
String |
getTeamId()
(experimental) The teamId for Apple APIs to authenticate the client.
|
getAttributeMapping, getUserPool
@Stability(value=Experimental) @NotNull String getClientId()
https://developer.apple.com/documentation/sign_in_with_apple/clientconfigi/3230948-clientid
@Stability(value=Experimental) @NotNull String getKeyId()
@Stability(value=Experimental) @NotNull String getPrivateKey()
@Stability(value=Experimental) @NotNull String getTeamId()
@Stability(value=Experimental) @Nullable default List<String> getScopes()
Default: [ name ]
https://developer.apple.com/documentation/sign_in_with_apple/clientconfigi/3230955-scope
@Stability(value=Experimental) static UserPoolIdentityProviderAppleProps.Builder builder()
builder
in interface UserPoolIdentityProviderProps
UserPoolIdentityProviderAppleProps.Builder
of UserPoolIdentityProviderAppleProps
Copyright © 2021. All rights reserved.