app->make(Bridge\ClientRepository::class), $this->app->make(Bridge\AccessTokenRepository::class), $this->app->make(Bridge\ScopeRepository::class), $this->makeCryptKey('private'), Passport::tokenEncryptionKey($this->app->make('encrypter')), $responseType ?? Passport::$authorizationServerResponseType ), function (AuthorizationServer $server): void { $server->setDefaultScope(Passport::$defaultScope); $server->revokeRefreshTokens(Passport::$revokeRefreshTokenAfterUse); }); } }