AuthRoutes
public class AuthRoutes : DropboxTransportClientOwning
Routes for the auth namespace For Objective-C compatible routes see DBAuthRoutes
-
Disables the access token used to authenticate the call. If there is a corresponding refresh token for the access token, this disables that refresh token, as well as any other access tokens for that refresh token.
Declaration
Swift
@discardableResult public func tokenRevoke() -> RpcRequest<VoidSerializer, VoidSerializer>
Return Value
Through the response callback, the caller will receive a
Void
object on success or aVoid
object on failure.