We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://docs.rs/openidconnect/3.2.0/openidconnect/struct.IdTokenClaims.html#method.name (aka the displayname) can be localised. However, due to the stronglytyped API it's difficult to see "how" to access this via https://docs.rs/openidconnect/3.2.0/openidconnect/struct.LocalizedClaim.html.
For example, if a locale doesn't exist, then how can a default locale be accessed as a fallback?
I think it would be useful to have examples of accessing localised claims in this section to assist developers to access these data.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://docs.rs/openidconnect/3.2.0/openidconnect/struct.IdTokenClaims.html#method.name (aka the displayname) can be localised. However, due to the stronglytyped API it's difficult to see "how" to access this via https://docs.rs/openidconnect/3.2.0/openidconnect/struct.LocalizedClaim.html.
For example, if a locale doesn't exist, then how can a default locale be accessed as a fallback?
I think it would be useful to have examples of accessing localised claims in this section to assist developers to access these data.
The text was updated successfully, but these errors were encountered: