Home
last modified time | relevance | path

Searched defs:RawJWTOptions (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tink/go/jwt/
H A Draw_jwt.go47 type RawJWTOptions struct { struct
48 Audiences []string
49 Audience *string
50 Subject *string
51 Issuer *string
52 JWTID *string
53 IssuedAt *time.Time
54 ExpiresAt *time.Time
55 NotBefore *time.Time
56 CustomClaims map[string]interface{}
[all …]