Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IAuthUseCase ¶
type IAuthUseCase interface { GoogleRedirectURL(ctx context.Context, state string) string GetGoogleProfileInfo(ctx context.Context, code string) (google.GoogleUserInfo, error) SignJWT(ctx context.Context, usr user.User) (string, string, error) ParseJWTRefreshToken(c context.Context, refreshToken string) (user.User, error) Signup(ctx context.Context, tag, name, email string) (user.User, error) GetByEmail(ctx context.Context, email string) (user.User, error) }
Click to show internal directories.
Click to hide internal directories.