As far as I understand it, the OAuth2 flows in a security definition map to the "official OAuth2 flows" (taken from http://tools.ietf.org/html/rfc6749) as follows:
- implicit = Implicit
- password = Resource Owner Password Credentials
- application = Client Credentials
- accessCode = Authorization Code
Is that correctly understood? Would be great if the corresponding info could be in the spec - thanks!