vibe-auth ~master (2021-04-03T14:11:14Z)
Dub
Repo
AuthData
vibeauth
authenticators
oauth
AuthData
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
authenticators
oauth
AuthData
functions
getAuthData
structs
AuthData
Struct used for user authentication