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])


9614
9615
9616
# File 'sig/types.rbs', line 9614

def authentication_request_extra_params
  @authentication_request_extra_params
end

#authorization_endpoint::String

Returns the value of attribute authorization_endpoint.

Returns:

  • (::String)


9608
9609
9610
# File 'sig/types.rbs', line 9608

def authorization_endpoint
  @authorization_endpoint
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


9605
9606
9607
# File 'sig/types.rbs', line 9605

def client_id
  @client_id
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


9606
9607
9608
# File 'sig/types.rbs', line 9606

def client_secret
  @client_secret
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


9607
9608
9609
# File 'sig/types.rbs', line 9607

def issuer
  @issuer
end

#jwks_uri::String

Returns the value of attribute jwks_uri.

Returns:

  • (::String)


9612
9613
9614
# File 'sig/types.rbs', line 9612

def jwks_uri
  @jwks_uri
end

#logout_endpoint::String

Returns the value of attribute logout_endpoint.

Returns:

  • (::String)


9611
9612
9613
# File 'sig/types.rbs', line 9611

def logout_endpoint
  @logout_endpoint
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


9613
9614
9615
# File 'sig/types.rbs', line 9613

def scope
  @scope
end

#token_endpoint::String

Returns the value of attribute token_endpoint.

Returns:

  • (::String)


9609
9610
9611
# File 'sig/types.rbs', line 9609

def token_endpoint
  @token_endpoint
end

#user_info_endpoint::String

Returns the value of attribute user_info_endpoint.

Returns:

  • (::String)


9610
9611
9612
# File 'sig/types.rbs', line 9610

def 
  @user_info_endpoint
end