JWTTemplatesApi class

Constructors

JWTTemplatesApi.new([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createJWTTemplate({CreateJWTTemplateRequest? createJWTTemplateRequest}) Future<JWTTemplate?>
Create a JWT template
createJWTTemplateWithHttpInfo({CreateJWTTemplateRequest? createJWTTemplateRequest}) Future<Response>
Create a JWT template
deleteJWTTemplate(String templateId) Future<DeletedObject?>
Delete a Template
deleteJWTTemplateWithHttpInfo(String templateId) Future<Response>
Delete a Template
getJWTTemplate(String templateId) Future<JWTTemplate?>
Retrieve a template
getJWTTemplateWithHttpInfo(String templateId) Future<Response>
Retrieve a template
listJWTTemplates({bool? paginated, int? limit, int? offset}) Future<List<JWTTemplate>?>
List all templates
listJWTTemplatesWithHttpInfo({bool? paginated, int? limit, int? offset}) Future<Response>
List all templates
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateJWTTemplate(String templateId, {CreateJWTTemplateRequest? createJWTTemplateRequest}) Future<JWTTemplate?>
Update a JWT template
updateJWTTemplateWithHttpInfo(String templateId, {CreateJWTTemplateRequest? createJWTTemplateRequest}) Future<Response>
Update a JWT template

Operators

operator ==(Object other) bool
The equality operator.
inherited