Class: Aws::Types::OidcConfigForResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

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


9627
9628
9629
# File 'sig/types.rbs', line 9627

def authentication_request_extra_params
  @authentication_request_extra_params
end

#authorization_endpoint::String

Returns the value of attribute authorization_endpoint.

Returns:

  • (::String)


9621
9622
9623
# File 'sig/types.rbs', line 9621

def authorization_endpoint
  @authorization_endpoint
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


9619
9620
9621
# File 'sig/types.rbs', line 9619

def client_id
  @client_id
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


9620
9621
9622
# File 'sig/types.rbs', line 9620

def issuer
  @issuer
end

#jwks_uri::String

Returns the value of attribute jwks_uri.

Returns:

  • (::String)


9625
9626
9627
# File 'sig/types.rbs', line 9625

def jwks_uri
  @jwks_uri
end

#logout_endpoint::String

Returns the value of attribute logout_endpoint.

Returns:

  • (::String)


9624
9625
9626
# File 'sig/types.rbs', line 9624

def logout_endpoint
  @logout_endpoint
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


9626
9627
9628
# File 'sig/types.rbs', line 9626

def scope
  @scope
end

#token_endpoint::String

Returns the value of attribute token_endpoint.

Returns:

  • (::String)


9622
9623
9624
# File 'sig/types.rbs', line 9622

def token_endpoint
  @token_endpoint
end

#user_info_endpoint::String

Returns the value of attribute user_info_endpoint.

Returns:

  • (::String)


9623
9624
9625
# File 'sig/types.rbs', line 9623

def 
  @user_info_endpoint
end