We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e93a15 commit 710fabaCopy full SHA for 710faba
crates/storage/src/upstream_oauth2/provider.rs
@@ -43,7 +43,8 @@ pub struct UpstreamOAuthProviderParams {
43
pub token_endpoint_signing_alg: Option<JsonWebSignatureAlg>,
44
45
/// Whether to fetch the user profile from the userinfo endpoint,
46
- /// or to rely on the data returned in the id_token from the token_endpoint.
+ /// or to rely on the data returned in the `id_token` from the
47
+ /// `token_endpoint`.
48
pub fetch_userinfo: bool,
49
50
/// The client ID to use when authenticating to the upstream
0 commit comments