@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:52.493Z") @Stability(value=Stable) 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()
The client id recognized by Apple APIs.
|
String |
getKeyId()
The keyId (of the same key, which content has to be later supplied as `privateKey`) for Apple APIs to authenticate the client.
|
String |
getPrivateKey()
The privateKey content for Apple APIs to authenticate the client.
|
default List<String> |
getScopes()
The list of apple permissions to obtain for getting access to the apple profile.
|
String |
getTeamId()
The teamId for Apple APIs to authenticate the client.
|
getAttributeMapping, getUserPool@Stability(value=Stable) @NotNull String getClientId()
https://developer.apple.com/documentation/sign_in_with_apple/clientconfigi/3230948-clientid@Stability(value=Stable) @NotNull String getKeyId()
@Stability(value=Stable) @NotNull String getPrivateKey()
@Stability(value=Stable) @NotNull String getTeamId()
@Stability(value=Stable) @Nullable default List<String> getScopes()
Default: [ name ]
https://developer.apple.com/documentation/sign_in_with_apple/clientconfigi/3230955-scope@Stability(value=Stable) static UserPoolIdentityProviderAppleProps.Builder builder()
builder in interface UserPoolIdentityProviderPropsUserPoolIdentityProviderAppleProps.Builder of UserPoolIdentityProviderApplePropsCopyright © 2021. All rights reserved.