Class: Aws::Types::JWTOptionsOutput

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)


1569
1570
1571
# File 'sig/types.rbs', line 1569

def enabled
  @enabled
end

#jwks_url::String

Returns the value of attribute jwks_url.

Returns:

  • (::String)


1572
1573
1574
# File 'sig/types.rbs', line 1572

def jwks_url
  @jwks_url
end

#public_key::String

Returns the value of attribute public_key.

Returns:

  • (::String)


1573
1574
1575
# File 'sig/types.rbs', line 1573

def public_key
  @public_key
end

#roles_key::String

Returns the value of attribute roles_key.

Returns:

  • (::String)


1571
1572
1573
# File 'sig/types.rbs', line 1571

def roles_key
  @roles_key
end

#subject_key::String

Returns the value of attribute subject_key.

Returns:

  • (::String)


1570
1571
1572
# File 'sig/types.rbs', line 1570

def subject_key
  @subject_key
end