Java com.google.gwt.accounts.client User fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.accounts.client User fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.accounts.client User.

The text is from its open source code.

Method

AuthSubStatusgetStatus(String scope)
Returns the current status of the AuthSubJS process.
AuthSubStatusgetStatus()
Returns the current status of the AuthSubJS process.
Stringlogin(String scope)
Retrieves a valid authentication token.
booleanlogout(Runnable callback)
Revokes all authentication tokens for all scopes (unless a particular scope is specified as an argument or to checkLogin) and deletes all authentication cookies stored by the browser.
booleanlogout(String scope)
Revokes all authentication tokens for all scopes (unless a particular scope is specified as an argument or to checkLogin) and deletes all authentication cookies stored by the browser.