restapi.services.authentication.NoAuthentication.create_token

classmethod NoAuthentication.create_token(payload)

Generate a str token with JWT library to encrypt the payload

Parameters:

payload (Payload)

Return type:

str