5 lines
178 B
Dart
5 lines
178 B
Dart
|
/// The server issuing access tokens to the client after successfully
|
||
|
/// authenticating the resource owner and obtaining authorization.
|
||
|
abstract class AuthorizationServer {
|
||
|
|
||
|
}
|