Files
EWF/draft/library/security/oauth/src/oauth.e

23 lines
261 B
Plaintext

note
description: "[
Main interface for OAUTH interface
]"
date: "$Date$"
revision: "$Revision$"
class
OAUTH
create
make
feature {NONE} -- Initialization
make
-- Instantiate Current object
do
check not_yet_implemented: False end
end
end