restapi.services.authentication.BaseAuthentication.create_role

abstract BaseAuthentication.create_role(name, description)[source]

A method to create a new role

Parameters:
  • name (str)

  • description (str)

Return type:

None