OauthGrantType

class edgeimpulse_api.models.oauth_grant_type.OauthGrantType(
		*args,
		**kwds
)
allowed enum values Parameters
  • *args
  • **kwds
Bases
  • builtins.str
  • aenum._enum.Enum
  • enum.Enum
Class variables
  • AUTHORIZATION_CODE The type of the None singleton.
  • CLIENT_CREDENTIALS The type of the None singleton.
  • IMPLICIT The type of the None singleton.
  • PASSWORD The type of the None singleton.
  • REFRESH_TOKEN The type of the None singleton.