-
Notifications
You must be signed in to change notification settings - Fork 397
Open
Labels
nextThe next iteration of development, currently `v6`The next iteration of development, currently `v6`
Description
Is there a special consideration for the absence of the GetID()
function?
https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.7
Lines 9 to 16 in 8aa5d6c
type Claims interface { | |
GetExpirationTime() (*NumericDate, error) | |
GetIssuedAt() (*NumericDate, error) | |
GetNotBefore() (*NumericDate, error) | |
GetIssuer() (string, error) | |
GetSubject() (string, error) | |
GetAudience() (ClaimStrings, error) | |
} |
Metadata
Metadata
Assignees
Labels
nextThe next iteration of development, currently `v6`The next iteration of development, currently `v6`