fix typo in comment
This commit is contained in:
parent
5a5d523a97
commit
f1442baeb6
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ func UserinfoCallback[C oidc.IDClaims, U SubjectGetter](f CodeExchangeUserinfoCa
|
|||
}
|
||||
|
||||
// Userinfo will call the OIDC [UserInfo] Endpoint with the provided token and returns
|
||||
// the response in an isntance of type U.
|
||||
// the response in an instance of type U.
|
||||
// [*oidc.UserInfo] can be used as a good example, or use a custom type if type-safe
|
||||
// access to custom claims is needed.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue