isAuthenticationEnabled property
bool
get
isAuthenticationEnabled
Whether OAuth authentication is currently enabled.
Implementation
bool get isAuthenticationEnabled => _authMiddleware != null;
Whether OAuth authentication is currently enabled.
bool get isAuthenticationEnabled => _authMiddleware != null;