Skip to content

flywheel.api.auth_api

AuthApi

Bases: object

get_auth_status(**kwargs)

Get Login status

Get the current login status of the requestor This method makes a synchronous HTTP request by default.

Parameters:

Name Type Description Default
async_ (bool, optional)

Perform the request asynchronously

required

get_auth_status_with_http_info(**kwargs)

Get Login status

Get the current login status of the requestor This method makes a synchronous HTTP request by default.

Parameters:

Name Type Description Default
async_ (bool, optional)

Perform the request asynchronously

required