Libraries
»
desk
(1.2.0)
»
Index (M)
»
Desk
»
Authentication
»
Methods
Module: Desk::Authentication::Methods
Defined in:
lib/desk/authentication.rb
Constant Summary
collapse
OAUTH =
"
oauth
"
BASIC =
"
basic
"
ALL =
[
OAUTH
,
BASIC
,
]