simple_jwt_manager library

Classes

ROPCClient
(en) This class manages JWT tokens and controls login, as defined in the Resource Owner Password Credentials Grant defined in RFC 6749.
ROPCClientForNative
(en) This class manages JWT tokens and controls login, as defined in the Resource Owner Password Credentials Grant defined in RFC 6749. This class is not available in Flutter web.
ServerResponse
(en) This class is used to store return values from the server. It stores statuses categorized in an easy to use way.
UtilCheckURL
(en) A utility for checking communication security.
UtilHttps
UtilHttpsForNative
UtilServerResponse
(en) A utility for formatting server responses.

Enums

EnumPostEncodeType
(en) Specifies the encode type for simple POST.
EnumSeverResponseStatus
(en) To simplify responses from the server, This is an enum that classifies the response content into five types: successful processing, timeout(connection or response), server error, other error, SignIn required.