Authentication
rerun.auth
Credentials
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.