platform/lib/src.old/authorization_server.dart

5 lines
178 B
Dart
Raw Normal View History

2017-01-24 03:28:34 +00:00
/// The server issuing access tokens to the client after successfully
/// authenticating the resource owner and obtaining authorization.
abstract class AuthorizationServer {
}