Class: Aws::Types::OidcConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_secret])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_request_extra_params::Hash[::String, ::String]

Returns the value of attribute authentication_request_extra_params.

Returns:

  • (::Hash[::String, ::String])


9552
9553
9554
# File 'sig/types.rbs', line 9552

def authentication_request_extra_params
  @authentication_request_extra_params
end

#authorization_endpoint::String

Returns the value of attribute authorization_endpoint.

Returns:

  • (::String)


9546
9547
9548
# File 'sig/types.rbs', line 9546

def authorization_endpoint
  @authorization_endpoint
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


9543
9544
9545
# File 'sig/types.rbs', line 9543

def client_id
  @client_id
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


9544
9545
9546
# File 'sig/types.rbs', line 9544

def client_secret
  @client_secret
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


9545
9546
9547
# File 'sig/types.rbs', line 9545

def issuer
  @issuer
end

#jwks_uri::String

Returns the value of attribute jwks_uri.

Returns:

  • (::String)


9550
9551
9552
# File 'sig/types.rbs', line 9550

def jwks_uri
  @jwks_uri
end

#logout_endpoint::String

Returns the value of attribute logout_endpoint.

Returns:

  • (::String)


9549
9550
9551
# File 'sig/types.rbs', line 9549

def logout_endpoint
  @logout_endpoint
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


9551
9552
9553
# File 'sig/types.rbs', line 9551

def scope
  @scope
end

#token_endpoint::String

Returns the value of attribute token_endpoint.

Returns:

  • (::String)


9547
9548
9549
# File 'sig/types.rbs', line 9547

def token_endpoint
  @token_endpoint
end

#user_info_endpoint::String

Returns the value of attribute user_info_endpoint.

Returns:

  • (::String)


9548
9549
9550
# File 'sig/types.rbs', line 9548

def 
  @user_info_endpoint
end