AuthOAuthAuthorizationDetailsResponse
Response type for getting OAuth authorization details. Only relevant when the OAuth 2.1 server is enabled in Supabase Auth.
type AuthOAuthAuthorizationDetailsResponse = RequestResult<OAuthAuthorizationDetails>;
Response type for getting OAuth authorization details. Only relevant when the OAuth 2.1 server is enabled in Supabase Auth.