Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OAuthAuthorizationClient

OAuth client details in an authorization request. Only relevant when the OAuth 2.1 server is enabled in Supabase Auth.

type OAuthAuthorizationClient = {
client_id: string;
client_name: string;
client_uri: string;
logo_uri: string;
}
;

§Type

§
{
client_id: string;
client_name: string;
client_uri: string;
logo_uri: string;
}
[src]