primaryAuthorizationServer property

String? get primaryAuthorizationServer

The first advertised authorization server, or null when none.

Implementation

String? get primaryAuthorizationServer =>
    authorizationServers.isEmpty ? null : authorizationServers.first;