class Aws::SSOOIDC::Client
def create_token_with_iam(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
create_token_with_iam(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/sso-oidc-2019-06-10/CreateTokenWithIAM - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Example: Example: Call OAuth/OIDC /token endpoint for Token Exchange grant with IAM authentication -
Example: Example: Call OAuth/OIDC /token endpoint for JWT Bearer grant with IAM authentication -
Example: Example: Call OAuth/OIDC /token endpoint for Refresh Token grant with IAM authentication -
Example: Example: Call OAuth/OIDC /token endpoint for Authorization Code grant with IAM authentication -
Returns:
-
(Types::CreateTokenWithIAMResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:code_verifier
(String
) -- -
:requested_token_type
(String
) -- -
:subject_token_type
(String
) -- -
:subject_token
(String
) -- -
:redirect_uri
(String
) -- -
:scope
(Array
) -- -
:assertion
(String
) -- -
:refresh_token
(String
) -- -
:code
(String
) -- -
:grant_type
(required, String
) -- -
:client_id
(required, String
) --
def create_token_with_iam(params = {}, options = {}) req = build_request(:create_token_with_iam, params) req.send_request(options) end