Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeString ¶
DecodeString returns the bytes represented by the base64url encoded string s. It recovers the characters that were not URL safe (+, /, =) and uses the standard base64 encoding.
func EncodeToString ¶
EncodeToString returns the base64url encoding of src. It uses the standard base64 encoding and replaces the characters that are not URL safe (+, /, =).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.