fix capitalization
This commit is contained in:
parent
127ae4b638
commit
23fe668668
8 changed files with 18 additions and 18 deletions
|
@ -13,6 +13,6 @@ type Verifier interface {
|
|||
//Verify checks the access_token and id_token and returns the `id token claims`
|
||||
Verify(ctx context.Context, accessToken, idTokenString string) (*oidc.IDTokenClaims, error)
|
||||
|
||||
//VerifyIdToken checks the id_token only and returns its `id token claims`
|
||||
VerifyIdToken(ctx context.Context, idTokenString string) (*oidc.IDTokenClaims, error)
|
||||
//VerifyIDToken checks the id_token only and returns its `id token claims`
|
||||
VerifyIDToken(ctx context.Context, idTokenString string) (*oidc.IDTokenClaims, error)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue