Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAudiencesFromJWT ¶
GetAudiencesFromJWT parses the passed jwt token and returns the aud claim as a slice of strings
func GetStringFromJWT ¶
GetStringFromJWT returns a string value for the given key
Types ¶
type ResultSet ¶
type ResultSet []struct { Value interface{} Set bool }
ResultSet is a slice of values with an additional value indicating if it was set
func GetFromJWT ¶
GetFromJWT returns the values for the requested keys from the JWT
Click to show internal directories.
Click to hide internal directories.