Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticatorService ¶
type AuthenticatorService struct {
// contains filtered or unexported fields
}
func NewAuthenticatorService ¶
func NewAuthenticatorService(conn *g_grpc.ClientConn, logger log.Logger) *AuthenticatorService
func (*AuthenticatorService) InternalServiceRefreshToken ¶ added in v1.1.9
func (s *AuthenticatorService) InternalServiceRefreshToken(tokenID string, refreshToken string) (authorize.IAccessToken, error)
func (*AuthenticatorService) InternalServiceSignIn ¶ added in v1.1.9
func (s *AuthenticatorService) InternalServiceSignIn(username string, password string) (authorize.ISignInData, error)
func (*AuthenticatorService) LogError ¶
func (s *AuthenticatorService) LogError(err error)
Click to show internal directories.
Click to hide internal directories.