SignInService¶
Client¶
- class SignInService.Client¶
A low-level client representing AWS Sign-In Service
AWS Sign-In manages authentication for AWS services. This service provides secure authentication flows for accessing AWS resources from the console and developer tools.
import boto3 client = boto3.client('signin')
These are the available methods:
- can_paginate
- close
- create_oauth2_token
- create_oauth2_token_with_iam
- delete_console_authorization_configuration
- delete_resource_permission_statement
- get_console_authorization_configuration
- get_paginator
- get_resource_policy
- get_waiter
- introspect_oauth2_token_with_iam
- list_resource_permission_statements
- put_console_authorization_configuration
- put_resource_permission_statement
- revoke_oauth2_token_with_iam
Paginators¶
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: