Class: Aws::Types::JWTConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::JWTConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audience ⇒ ::Array[::String]
Returns the value of attribute audience.
-
#issuer ⇒ ::String
Returns the value of attribute issuer.
Instance Attribute Details
#audience ⇒ ::Array[::String]
Returns the value of attribute audience.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def audience @audience end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def issuer @issuer end |