Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Unknown error ID. It's returned when the implementation has not returned another AsertoError. ErrUnknown = newErr("E40000", codes.Internal, http.StatusInternalServerError, "an unknown error has occurred") // Returned when authentication has failed or is not possible ErrAuthenticationFailed = newErr("E40001", codes.FailedPrecondition, http.StatusUnauthorized, "authentication failed") )
Functions ¶
func ParseAuthHeader ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.