Class: Aws::Types::GetOidcInfoResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#openid_connect_infoTypes::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_infoTypes::OidcTokenInfo

Returns the value of attribute token_info.



420
421
422
# File 'sig/types.rbs', line 420

def token_info
  @token_info
end