Class: Aws::Types::JWTBearerProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type"APPLICATION_JSON", "URL_ENCODED"

Returns the value of attribute content_type.

Returns:

  • ("APPLICATION_JSON", "URL_ENCODED")


4849
4850
4851
# File 'sig/types.rbs', line 4849

def content_type
  @content_type
end

#jwt_tokenTypes::ConnectorProperty

Returns the value of attribute jwt_token.



4850
4851
4852
# File 'sig/types.rbs', line 4850

def jwt_token
  @jwt_token
end

#request_method"GET", "POST"

Returns the value of attribute request_method.

Returns:

  • ("GET", "POST")


4848
4849
4850
# File 'sig/types.rbs', line 4848

def request_method
  @request_method
end

#token_urlTypes::ConnectorProperty

Returns the value of attribute token_url.



4847
4848
4849
# File 'sig/types.rbs', line 4847

def token_url
  @token_url
end

#token_url_parameters::Array[Types::ConnectorProperty]

Returns the value of attribute token_url_parameters.

Returns:



4851
4852
4853
# File 'sig/types.rbs', line 4851

def token_url_parameters
  @token_url_parameters
end