Structs§
- Application
- An OIDC client application registered with allowthem.
- Branding
Config - Branding configuration for an application’s hosted auth pages.
- Update
Application - Parameters for updating an application’s mutable fields.
Functions§
- generate_
client_ id - Generate a new
client_id:ath_+ 24 random bytes base64url-encoded. - generate_
client_ secret - Generate a new client secret and its Argon2 hash.
- validate_
logo_ url - Validate a logo URL for branding.
- validate_
primary_ color - Validate a primary color for branding.
- validate_
redirect_ uri - Validate that
redirect_uriexactly matches one of the registered URIs. - validate_
redirect_ uris - Validate a list of redirect URIs for registration (create or update).