Documentation ¶
Index ¶
- func CreateJWT(ctx context.Context, privateKeyStr string, claimsMap map[string]interface{}) (tokenString string, err error)
- func DecryptTokenJWK(ctx context.Context, strToken string, jwkurl string) (objToken interface{}, err error)
- func FetchKeyJWK(ctx context.Context, kid string, jwkurl string) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptTokenJWK ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.