Class: Aws::Types::JWTOptionsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1560
1561
1562
# File 'sig/types.rbs', line 1560

def enabled
  @enabled
end

#jwks_url::String

Returns the value of attribute jwks_url.

Returns:

  • (::String)


1563
1564
1565
# File 'sig/types.rbs', line 1563

def jwks_url
  @jwks_url
end

#public_key::String

Returns the value of attribute public_key.

Returns:

  • (::String)


1564
1565
1566
# File 'sig/types.rbs', line 1564

def public_key
  @public_key
end

#roles_key::String

Returns the value of attribute roles_key.

Returns:

  • (::String)


1562
1563
1564
# File 'sig/types.rbs', line 1562

def roles_key
  @roles_key
end

#subject_key::String

Returns the value of attribute subject_key.

Returns:

  • (::String)


1561
1562
1563
# File 'sig/types.rbs', line 1561

def subject_key
  @subject_key
end