Class: Aws::Wickr::Types::GetOidcInfoResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::GetOidcInfoResponse
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#openid_connect_info ⇒ Types::OidcConfigInfo
The OpenID Connect configuration information for the network, including issuer, client ID, scopes, and other SSO settings.
-
#token_info ⇒ Types::OidcTokenInfo
OAuth token information including access token, refresh token, and expiration details (only present if token parameters were provided in the request).
Instance Attribute Details
#openid_connect_info ⇒ Types::OidcConfigInfo
The OpenID Connect configuration information for the network, including issuer, client ID, scopes, and other SSO settings.
1439 1440 1441 1442 1443 1444 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1439 class GetOidcInfoResponse < Struct.new( :openid_connect_info, :token_info) SENSITIVE = [] include Aws::Structure end |
#token_info ⇒ Types::OidcTokenInfo
OAuth token information including access token, refresh token, and expiration details (only present if token parameters were provided in the request).
1439 1440 1441 1442 1443 1444 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1439 class GetOidcInfoResponse < Struct.new( :openid_connect_info, :token_info) SENSITIVE = [] include Aws::Structure end |