vibe-auth ~master (2021-04-03T14:11:14Z)
Dub
Repo
User.isValidToken
vibeauth
data
user
User
Validate a token against a scope
bool
isValidToken
(string token)
bool
isValidToken
(string token, string requiredScope)
class
User
const
bool
isValidToken
(
string
token
,
string
requiredScope
)
Meta
Source
See Implementation
vibeauth
data
user
User
aliases
ChangedEvent
constructors
this
functions
addScope
can
createToken
getScopes
getTokensByType
isValidPassword
isValidToken
removeExpiredTokens
removeScope
revoke
setPassword
toJson
toPublicJson
toString
properties
email
firstName
id
isActive
lastActivity
lastName
salutation
title
username
static functions
fromJson
variables
onChange
Validate a token against a scope