Class: Aws::SSOAdmin::Types::JwtBearerGrant
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::JwtBearerGrant
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
A structure that defines configuration settings for an application that supports the JWT Bearer Token Authorization Grant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorized_token_issuers ⇒ Array<Types::AuthorizedTokenIssuer>
A list of allowed token issuers trusted by the Identity Center instances for this application.
Instance Attribute Details
#authorized_token_issuers ⇒ Array<Types::AuthorizedTokenIssuer>
A list of allowed token issuers trusted by the Identity Center instances for this application.
2167 2168 2169 2170 2171 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2167 class JwtBearerGrant < Struct.new( :authorized_token_issuers) SENSITIVE = [] include Aws::Structure end |