Skip to content

Authentication

Jonathan Montane edited this page Jan 31, 2017 · 1 revision

API-Flow supports the description of multiple authentication schemes. The Auth component is container for all the different methods that are implemented in API-Flow.

Import

/* if in src/ */
import Auth from './models/Auth'

Exposed Auth Methods

Clone this wiki locally