Class: Aws::Types::OidcJwtConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#claim_attribute_path ⇒ ::String

Returns the value of attribute claim_attribute_path.

Returns:

  • (::String)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def claim_attribute_path
  @claim_attribute_path
end

#identity_store_attribute_path ⇒ ::String

Returns the value of attribute identity_store_attribute_path.

Returns:

  • (::String)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def identity_store_attribute_path
  @identity_store_attribute_path
end

#issuer_url ⇒ ::String

Returns the value of attribute issuer_url.

Returns:

  • (::String)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def issuer_url
  @issuer_url
end

#jwks_retrieval_option ⇒ "OPEN_ID_DISCOVERY"

Returns the value of attribute jwks_retrieval_option.

Returns:

  • ("OPEN_ID_DISCOVERY")


1009
1010
1011
# File 'sig/types.rbs', line 1009

def jwks_retrieval_option
  @jwks_retrieval_option
end