Navigation
API > API/Plugins > API/Plugins/JWT
Inheritance Hierarchy
- IModuleInterface
- IJwt
References
| Module | JWT |
| Header | /Engine/Plugins/Experimental/JWT/Source/JWT/Public/IJwt.h |
| Include | #include "IJwt.h" |
Syntax
class IJwt : public IModuleInterface
Remarks
The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.
Functions
| Type | Name | Description | |
|---|---|---|---|
| IJwt & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |