Class: Aws::Wickr::Types::GetOidcInfoResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

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