Expand description
OAuth 2.0 client type definitions (RFC 6749 §2.1). OAuth 2.0 client types — canonical definitions (RFC 6749 §2.1).
ClientType and ClientConfig are the single source of truth for client
classification used throughout the OAuth 2.0/2.1 stack (domain layer, server
layer, and storage layer). All other modules import these types rather than
defining their own copies.
Structs§
- Client
Config - Full configuration record for a registered OAuth 2.0 client.
- Client
Config Builder - Builder for creating
ClientConfiginstances with fluent API.
Enums§
- Client
Type - OAuth 2.0 client classification (RFC 6749 §2.1).