OAuth

Interface OAuth represents the implementation required for OAuth 2.0 authentication.

OAuth Functions

authorize OAuth.authorize( name [, scope ] [, additionalParameters ] ) Authenticates the user with the application configured in the OAuth configurations on the Ebase server administration application.
getTokens OAuth.getTokens( name ) Returns an OAuthTokens object containing the access token and the refresh token required with OAuth authentication.