Method | Description | |
---|---|---|
ShortcutSetName ( Xigadee.JwtClaims claims, string name ) : void |
This shortcuts sets the name using the Microsoft defined claim id.
|
|
ShortcutSetRole ( Xigadee.JwtClaims claims, string role ) : void |
This shortcuts the set role using the Microsoft defined claim id.
|
public static ShortcutSetName ( Xigadee.JwtClaims claims, string name ) : void | ||
claims | Xigadee.JwtClaims | The claims. |
name | string | The name. |
return | void |
public static ShortcutSetRole ( Xigadee.JwtClaims claims, string role ) : void | ||
claims | Xigadee.JwtClaims | The claims. |
role | string | The role id. |
return | void |