[13] 通常の OAuth の処理 (3-Legged OAuth) に対して、
(サーバーとクライアントだけ関与して資源所有者がいないなどの理由で)
一部の処理を省いたものを、
0-Legged OAuth,
1-Legged OAuth,
2-Legged OAuth
などと呼ぶようです。
[14] 明確な共通仕様は存在せず、色々なサーバーがそれぞれの形態で実装しています。
概ね似たようなものですが、細部には違いがあるようです。
[15] いずれも OAuth 1.0 の認証された要求を用いるものです。
[1] OAuth 1.0 for Web Applications - Google Accounts Authentication and Authorization — Google Developers
( 版)
<https://developers.google.com/accounts/docs/OAuth#GoogleAppsOAuth>
[3] camme/passport-http-2legged-oauth
( 版)
<https://github.com/camme/passport-http-2legged-oauth>