

*************
SignInService
*************



======
Client
======



.. py: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:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  signin/client/can_paginate
  signin/client/close
  signin/client/create_o_auth2_token
  signin/client/get_paginator
  signin/client/get_waiter
