Method | Description | |
---|---|---|
SimpleWebToken ( string rawToken ) : System |
Initializes a new instance of the SimpleWebToken class.
|
|
ToString ( ) : string |
Provides a string representation of the token
|
Method | Description | |
---|---|---|
Parse ( ) : void |
Parses the SWT to provide an easy access to its information and claims
|
|
ToDateTimeFromEpoch ( long secondsSince1970 ) : System.DateTime |
Turns a UNIX epoch into a DateTime
|
public SimpleWebToken ( string rawToken ) : System | ||
rawToken | string | /// |
return | System |