Class JsonWebTokenParser
Inherited Members
Namespace: Glitch9.IO.Json.JWT
Assembly: Glitch9.IO.dll
Syntax
public static class JsonWebTokenParser
Methods
| Edit this page View SourceBase64UrlDecode(string)
Declaration
public static byte[] Base64UrlDecode(string input)
Parameters
| Type | Name | Description |
|---|---|---|
| string | input |
Returns
| Type | Description |
|---|---|
| byte[] |
Parse(string)
Declaration
public static JsonWebToken Parse(string jwt)
Parameters
| Type | Name | Description |
|---|---|---|
| string | jwt |
Returns
| Type | Description |
|---|---|
| JsonWebToken |