Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sovietaced committed Jan 2, 2024
1 parent 5ad77a9 commit 6a3e633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ includes support for telemetry (ie. OpenTelemetry), minimizing operational laten

## Examples

### ID Token Validation
### Access Token Validation

```go
import (
Expand All @@ -24,7 +24,7 @@ func main() {
v := verifier.NewVerifier(issuer, clientId)

idToken := "..."
token, err := v.VerifyIdToken(ctx, idToken)
token, err := v.VerifyAccessToken(ctx, idToken)
}

```
Expand Down

0 comments on commit 6a3e633

Please sign in to comment.