google.golang.org/api/idtoken.Validator.validate (method)
3 uses
google.golang.org/api/idtoken (current package)
validate.go#L103: return v.validate(ctx, idToken, audience)
validate.go#L112: return defaultValidator.validate(ctx, idToken, audience)
validate.go#L115: func (v *Validator) validate(ctx context.Context, idToken string, audience string) (*Payload, error) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |