Skip to main content

HasProfile

Trait HasProfile 

Source
pub trait HasProfile: ScopeSet { }
Expand description

Token grants profile (name fields + locale + updated_at — OIDC §5.4). Gates Claims::name() / given_name() / family_name().

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§