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

5 lines
No EOL
176 B
Dart

/// The server hosting the protected resources, capable of accepting
/// and responding to protected resource requests using access tokens.
abstract class ResourceServer {
}