Overview
TheJwtTemplateListResponse struct represents the response returned when fetching a list of JWT templates.
Definition
Fields
A vector containing all JWT templates. Each template is represented by a
JwtTemplate struct.Usage Example
Related Types
- JwtTemplate - Individual JWT template configuration
See Also
- fetch_jwt_templates - API method that returns this type
- create_jwt_template - Create a new JWT template
- update_jwt_template - Update an existing JWT template
- delete_jwt_template - Delete a JWT template
