SaAuthService( String baseUrl, { String path = 'token', String? realm, }) : this._realm = realm ?? 'default', this._service = Service(baseUrl, path, requestRole: 'public');