Module: Desk::Authentication::Methods

Defined in:
lib/desk/authentication.rb

Constant Summary collapse

OAUTH =
"oauth"
BASIC =
"basic"
ALL =
[
  OAUTH,
  BASIC,
]