quickauth method
- @MPI(flags: 8, name: "mesh.auth.quickauth")
- Credential credential, {
- Context? ctx,
Quickauth OAuth2 quick authorize, contains grant code and code authorize. 快速授权,OAuth2多阶段合并为一阶段.
Implementation
@MPI(flags: 8, name: "mesh.auth.quickauth")
Future<AccessToken?> quickauth(Credential credential, {Context? ctx}) {
throw UnimplementedError('quickauth() has not been implemented.');
}