Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authentication ¶
type Authentication interface {
credentials.PerRPCCredentials
}
func NewTokenAuthenticationWithFunc ¶
func NewTokenAuthenticationWithFunc(tokenGetFunc func() string, requireTransportSecurity bool) Authentication
func NewTokenAuthenticationWithToken ¶
func NewTokenAuthenticationWithToken(token string, requireTransportSecurity bool) Authentication
Click to show internal directories.
Click to hide internal directories.