# operation: auth.get-current-user
Description: Gets the user that is currently signed into the application.

Inputs: `None`

Outputs: `Principal`

---
# operation: auth.is-sign-in-available
Description: Check if sign-in is currently supported by the authentication manager. Web only.

Inputs: `None`

Outputs: `boolean`

---
