Modules§
Structs§
Enums§
Constants§
Functions§
- get_
user_ data - Get all user data stored against the user in the database. Only allowed if scope auth:* is granted. Based on permission, whatever you have access to will be given.
- is_
authenticated - provider_
ids - This gives you a list of IDs related to the provider, for the user.
- providers
- This returns a list of providers whose credentials are attached to the current user account.
- session_
provider_ ids - This gives you a list of IDs related to the provider, for the session.
- session_
providers - This returns a list of providers whose credentials are attached to this session.
- user_
data_ by_ query - user_id
- Get the currently logged-in user’s userid. Returns
Noneif the user is not logged in. - username
- get the currently logged in user’s username