Documentation
¶
Index ¶
- func AccessToken(id string, school string) (string, error)
- func ActiveAccessToken(ctx context.Context) string
- func ActiveRefreshToken(ctx context.Context) string
- func RefreshToken(id string, school string) (string, error)
- func VerifyAccessToken(tokenStr string) (jwt.MapClaims, error)
- func VerifyRefreshToken(tokenStr string) (jwt.MapClaims, error)
- type App
- type Args
- type Domain
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActiveAccessToken ¶
func ActiveRefreshToken ¶
Types ¶
type Args ¶
type Args struct { Aggregation ddd.AggregationArgs Refresh string }
Click to show internal directories.
Click to hide internal directories.