Method: Aws::SSOOIDC::Types::RegisterClientRequest#client_type
- Defined in:
- lib/aws-sdk-ssooidc/types.rb
#client_type ⇒ String
The type of client. The service supports only ‘public` as a client type. Anything other than public will be rejected by the service.
672 673 674 675 676 677 678 679 680 681 682 |
# File 'lib/aws-sdk-ssooidc/types.rb', line 672 class RegisterClientRequest < Struct.new( :client_name, :client_type, :scopes, :redirect_uris, :grant_types, :issuer_url, :entitled_application_arn) SENSITIVE = [] include Aws::Structure end |