vibe-auth v0.5.6 (2019-04-22T18:49:37Z)
Dub
Repo
AuthData
vibeauth
router
oauth
Struct used for user authentication
struct
AuthData {
string
username
;
string
password
;
string
refreshToken
;
string
[]
scopes
;
}
Members
Variables
password
string
password
;
refreshToken
string
refreshToken
;
scopes
string
[]
scopes
;
The authorization scopes
username
string
username
;
Meta
Source
See Implementation
vibeauth
router
oauth
classes
OAuth2
PasswordGrantAccess
RefreshTokenGrantAccess
UnknownGrantAccess
functions
getAuthData
testRouter
interfaces
IGrantAccess
structs
AuthData
OAuth2Configuration
variables
auth
bearerToken
client
clientCollection
collection
refreshToken
user
Struct used for user authentication