Skip to main content

Module client

Module client 

Source
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§

ClientConfig
Full configuration record for a registered OAuth 2.0 client.
ClientConfigBuilder
Builder for creating ClientConfig instances with fluent API.

Enums§

ClientType
OAuth 2.0 client classification (RFC 6749 §2.1).