Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthTokenManager ¶
type GoogleAuthClient ¶
type GoogleAuthClient interface { RetrieveAccessToken(ctx context.Context, code string) (*GoogleAuthResponse, error) RetrieveUserInfo(ctx context.Context, googleAuthResponse *GoogleAuthResponse) (*GoogleUserInfo, error) }
type GoogleAuthResponse ¶
type GoogleUserInfo ¶
type Transaction ¶
type UnauthorizedError ¶
type UnauthorizedError struct {
// contains filtered or unexported fields
}
func NewUnauthorizedError ¶
func NewUnauthorizedError(message string) *UnauthorizedError
func (*UnauthorizedError) Error ¶
func (e *UnauthorizedError) Error() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.