Class: Aws::Types::GetOidcInfoResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetOidcInfoResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#openid_connect_info ⇒ Types::OidcConfigInfo
Returns the value of attribute openid_connect_info.
-
#token_info ⇒ Types::OidcTokenInfo
Returns the value of attribute token_info.
Instance Attribute Details
#openid_connect_info ⇒ Types::OidcConfigInfo
Returns the value of attribute openid_connect_info.
419 420 421 |
# File 'sig/types.rbs', line 419 def openid_connect_info @openid_connect_info end |
#token_info ⇒ Types::OidcTokenInfo
Returns the value of attribute token_info.
420 421 422 |
# File 'sig/types.rbs', line 420 def token_info @token_info end |