Class: Aws::SSOAdmin::Types::AuthorizationCodeGrant
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::AuthorizationCodeGrant
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
A structure that defines configuration settings for an application that supports the OAuth 2.0 Authorization Code Grant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#redirect_uris ⇒ Array<String>
A list of URIs that are valid locations to redirect a user’s browser after the user is authorized.
Instance Attribute Details
#redirect_uris ⇒ Array<String>
A list of URIs that are valid locations to redirect a user’s browser after the user is authorized.
523 524 525 526 527 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 523 class AuthorizationCodeGrant < Struct.new( :redirect_uris) SENSITIVE = [] include Aws::Structure end |