platform/lib/src.old/authorization_server.dart
2017-01-23 22:28:34 -05:00

5 lines
No EOL
178 B
Dart

/// The server issuing access tokens to the client after successfully
/// authenticating the resource owner and obtaining authorization.
abstract class AuthorizationServer {
}