hunt-framework ~master (2022-03-03T03:02:45Z)
Home
Dub
Repo
JwtToken
hunt
framework
auth
JwtToken
class
JwtToken : AuthenticationToken {
this
(string token, string name);
string
getPrincipal
();
char
[]
getCredentials
();
string
name
();
}
Constructors
this
this
(string token, string name)
Undocumented in source.
Members
Functions
getCredentials
char
[]
getCredentials
()
Undocumented in source. Be warned that the author may not have intended to support it.
getPrincipal
string
getPrincipal
()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string
name
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
framework
auth
JwtToken
classes
JwtToken