(Feat): Initial Commit
This commit is contained in:
14
internal/auth/types.go
Normal file
14
internal/auth/types.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package auth
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
"allaboutapps.dev/aw/go-starter/internal/data/dto"
|
||||
)
|
||||
|
||||
type Result struct {
|
||||
Token string
|
||||
User *dto.User
|
||||
ValidUntil time.Time
|
||||
Scopes []string
|
||||
}
|
||||
Reference in New Issue
Block a user