AccessTokenOnly
The OIDC configuration for processing access tokens. Contains allowed audience claims, for example https://auth.example.com
, and the claim that you want to map to the principal, for example sub
.
Inherited functions
Casts this UpdateOpenIdConnectTokenSelection as a AccessTokenOnly and retrieves its aws.sdk.kotlin.services.verifiedpermissions.model.UpdateOpenIdConnectAccessTokenConfiguration value. Throws an exception if the UpdateOpenIdConnectTokenSelection is not a AccessTokenOnly.
Casts this UpdateOpenIdConnectTokenSelection as a AccessTokenOnly and retrieves its aws.sdk.kotlin.services.verifiedpermissions.model.UpdateOpenIdConnectAccessTokenConfiguration value. Returns null if the UpdateOpenIdConnectTokenSelection is not a AccessTokenOnly.
Casts this UpdateOpenIdConnectTokenSelection as a IdentityTokenOnly and retrieves its aws.sdk.kotlin.services.verifiedpermissions.model.UpdateOpenIdConnectIdentityTokenConfiguration value. Throws an exception if the UpdateOpenIdConnectTokenSelection is not a IdentityTokenOnly.
Casts this UpdateOpenIdConnectTokenSelection as a IdentityTokenOnly and retrieves its aws.sdk.kotlin.services.verifiedpermissions.model.UpdateOpenIdConnectIdentityTokenConfiguration value. Returns null if the UpdateOpenIdConnectTokenSelection is not a IdentityTokenOnly.