destroy method

  1. @MPI(flags: 8, name: "mesh.oauth.destroy")
Future<void> destroy(
  1. String token, {
  2. Context? ctx,
})

Destroy OAuth2 auth token destroy.

Implementation

@MPI(flags: 8, name: "mesh.oauth.destroy")
Future<void> destroy(String token, {Context? ctx}) {
  throw UnimplementedError('destroy() has not been implemented.');
}