interface OAuthProviderOptions {
    clientId?: string;
    redirectUri?: string;
}

Properties

clientId?: string

OAuth client ID

redirectUri?: string

The redirect URI that Lit's login server should send the user back to