AuthPublicUtils
Static class for auth-related utility functions that are shared as part of the public API
Declaration
public static class AuthPublicUtilsMethods
| Name | Type | Summary |
|---|---|---|
| static ExpiresAt | int | Get the expiry time of a JWT token in seconds. |
| static IsEmptyOrExpiring | bool | Is the token expired, about to expire, or not set? |
| static LogToken | void | Log details for a single Jwt token. Shows the context, token tail (truncated to the last four elements), and time left in seconds. |