Package-level declarations
Types
Link copied to clipboard
@Serializable
A builder for creating a new OAuth client.
Link copied to clipboard
@Serializable
Represents an OAuth 2.1 client registered with the Supabase Auth server.
Link copied to clipboard
interface OAuthClientApi
API for managing OAuth 2.1 clients via the admin interface. Service role access token is required.
Link copied to clipboard
Represents a grant type for an OAuth client.
Link copied to clipboard
Represents a registration type for an OAuth client.
Link copied to clipboard
Represents a response type for an OAuth client.
Link copied to clipboard
Represents the token endpoint authentication method for an OAuth client.
Link copied to clipboard
Represents the type of an OAuth client.
Link copied to clipboard
@Serializable
A builder for updating an existing OAuth client. All fields are nullable for partial updates.