class Aws::SSOOIDC::Client
def register_client(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
register_client(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/sso-oidc-2019-06-10/RegisterClient - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Example: Example: Call OAuth/OIDC /register-client endpoint -
Returns:
-
(Types::RegisterClientResponse)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:scopes(Array) -- -
:client_type(required, String) -- -
:client_name(required, String) --
def register_client(params = {}, options = {}) req = build_request(:register_client, params) req.send_request(options) end