Skip to content

Authentication

rerun.auth

class Credentials

The credentials for the OAuth login flow.

access_token: str property

The access token.

user_email: str property

The user email.

def login()

Initiate OAuth flow by redirecting to WorkOS authorization URL.

def get_credentials()

Returns the credentials for the current user.