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")


4878
4879
4880
# File 'sig/types.rbs', line 4878

def content_type
  @content_type
end

#jwt_tokenTypes::ConnectorProperty

Returns the value of attribute jwt_token.



4879
4880
4881
# File 'sig/types.rbs', line 4879

def jwt_token
  @jwt_token
end

#request_method"GET", "POST"

Returns the value of attribute request_method.

Returns:

  • ("GET", "POST")


4877
4878
4879
# File 'sig/types.rbs', line 4877

def request_method
  @request_method
end

#token_urlTypes::ConnectorProperty

Returns the value of attribute token_url.



4876
4877
4878
# File 'sig/types.rbs', line 4876

def token_url
  @token_url
end

#token_url_parameters::Array[Types::ConnectorProperty]

Returns the value of attribute token_url_parameters.

Returns:



4880
4881
4882
# File 'sig/types.rbs', line 4880

def token_url_parameters
  @token_url_parameters
end