package
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jan 24, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
README
¶
Authorization Contract for authorizaton modules used on GoAuth2
Documentation
¶
type AuthInterface interface {
UserLogin(login *Login) bool
}
AuthInterface AuthInterface
type Login struct {
Username string `json:"username"`
Password string `json:"password"`
ClientID int64 `json:"clientId"`
}
Login Login
Source Files
¶
Click to show internal directories.
Click to hide internal directories.