Expand description
Domain-specific newtypes (Roles, Scopes, Permissions, etc.).
Common domain types used throughout the AuthFramework.
This module provides type-safe wrappers around raw collections and primitives to improve API clarity and prevent common mistakes.
Structsยง
- Additional
Params - Custom parameters to include in OAuth authorization requests.
- Grant
Types - A collection of OAuth grant types.
- IpList
- IP address whitelist for access control.
- Permissions
- A collection of permissions.
- Redirect
Uris - A collection of redirect URIs for OAuth clients.
- Response
Types - A collection of OAuth response types.
- Roles
- A collection of user roles.
- Scopes
- A collection of OAuth scopes.
- User
Attributes - User attributes as key-value pairs.
- User
Attributes String - User attributes as key-value pairs (string values).