Skip to content
The Auth.js project is now part of Better Auth.

providers/propelauth

Built-in PropelAuth integration.

PropelAuthProfile

Properties

email

email: string;

last_active_at

last_active_at: string;

org_id_to_org_info

org_id_to_org_info: Record<string, {
  org_name: string;
  user_role: string;
}>;

picture_url

picture_url: string;

user_id

user_id: string;

default()

function default<P>(options): OAuthConfig<P>

Type Parameters

Type Parameter
P extends PropelAuthProfile

Parameters

ParameterType
optionsOAuthUserConfig<P>

Returns

OAuthConfig<P>

Auth.js © Better Auth Inc. - 2025