OAuthAuthorizationClient
OAuth client details in an authorization request. Only relevant when the OAuth 2.1 server is enabled in Supabase Auth.
type OAuthAuthorizationClient = {
id: string;
name: string;
uri: string;
logo_uri: string;
};OAuth client details in an authorization request. Only relevant when the OAuth 2.1 server is enabled in Supabase Auth.