Skip to content

Authentication

rerun.auth

Credentials

The credentials for the OAuth login flow.

access_token property
access_token: str

The access token.

user_email property
user_email: str

The user email.

get_credentials

def get_credentials() -> Credentials | None

Returns the credentials for the current user.

login

def login() -> None

Initiate OAuth flow by redirecting to WorkOS authorization URL.

logout

def logout() -> None

Log out from OAuth session.