public class

LogoutMethod

extends BaseBoxMethod
java.lang.Object
   ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.BaseBoxMethod
     ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.LogoutMethod

Summary

[Expand]
Inherited Fields
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.BaseBoxMethod
Public Constructors
LogoutMethod()
Public Methods
LogoutResponse logout(LogoutRequest logoutRequest)
This method is used to logout a user.
[Expand]
Inherited Methods
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.BaseBoxMethod
From class java.lang.Object

Public Constructors

public LogoutMethod ()

Public Methods

public LogoutResponse logout (LogoutRequest logoutRequest)

This method is used to logout a user. On successful logout method will return 'logout_ok' as status. If logout wasn't successful, then status filed can be: 'invalid_auth_token' when auth_token is invalid.

Parameters
logoutRequest Request
Returns
  • response
Throws
IOException IO exception
BoxException box exception