| Modifier and Type | Method and Description |
|---|---|
default OidcAttributeRequestMethod |
UserPoolIdentityProviderOidcProps.getAttributeRequestMethod()
The method to use to request attributes.
|
OidcAttributeRequestMethod |
UserPoolIdentityProviderOidcProps.Jsii$Proxy.getAttributeRequestMethod() |
static OidcAttributeRequestMethod |
OidcAttributeRequestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OidcAttributeRequestMethod[] |
OidcAttributeRequestMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolIdentityProviderOidc.Builder |
UserPoolIdentityProviderOidc.Builder.attributeRequestMethod(OidcAttributeRequestMethod attributeRequestMethod)
The method to use to request attributes.
|
UserPoolIdentityProviderOidcProps.Builder |
UserPoolIdentityProviderOidcProps.Builder.attributeRequestMethod(OidcAttributeRequestMethod attributeRequestMethod)
Sets the value of
UserPoolIdentityProviderOidcProps.getAttributeRequestMethod() |
Copyright © 2022. All rights reserved.