type google.golang.org/api/idtoken.Payload
6 uses
google.golang.org/api/idtoken (current package)
validate.go#L38: type Payload struct {
validate.go#L102: func (v *Validator) Validate(ctx context.Context, idToken string, audience string) (*Payload, error) {
validate.go#L110: func Validate(ctx context.Context, idToken string, audience string) (*Payload, error) {
validate.go#L115: func (v *Validator) validate(ctx context.Context, idToken string, audience string) (*Payload, error) {
validate.go#L279: func (j *jwt) parsedPayload() (*Payload, error) {
validate.go#L280: var p Payload
 |
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. |