Type Alias OAuthAccount

OAuthAccount: {
    local_user_id: LocalUserId;
    oauth_provider_id: OAuthProviderId;
    oauth_user_id: string;
    published: string;
    updated?: string;
}

An auth account method.

Type declaration