Claims

represents the claims component of a JWT

Constructors

this
this()
Undocumented in source.

Members

Functions

get
string get(string name)
getArray
JSONValue[] getArray(string name)
getBool
bool getBool(string name)
getDouble
double getDouble(string name)
getInt
long getInt(string name)
getObject
JSONValue[string] getObject(string name)
isNull
bool isNull(string name)
set
void set(string name, T data)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

aud
string aud [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
aud
string aud [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
exp
long exp [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
exp
long exp [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
iat
long iat [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
iat
long iat [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
iss
string iss [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
iss
string iss [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
jit
string jit [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
jit
string jit [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
json
string json [@property getter]

gives json encoded claims

nbf
long nbf [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
nbf
long nbf [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
sub
string sub [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
sub
string sub [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Component

json
string json [@property getter]
Undocumented in source.
base64
string base64 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta