Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interception ¶
type Interception int
Interception is the type of interception
const ( RefreshToken Interception = iota AccessToken None )
Interception values
type Method ¶
type Method struct {
Name string
}
Method is the gRPC method Name
func (Method) RequestString ¶
RequestString returns the string representation of the Method for the request
func (Method) ResponseString ¶
ResponseString returns the string representation of the Method for the response
Click to show internal directories.
Click to hide internal directories.