Skip to content

Authentication

rerun.auth

class Credentials

The credentials for the OAuth login flow.

access_token property

The access token.

user_email property

The user email.

def get_credentials()

Returns the credentials for the current user.

def login()

Initiate OAuth flow by redirecting to WorkOS authorization URL.

def logout()

Log out from OAuth session.