Loading classes/model/CliOAuth2Client.php +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ class CliOAuth2Client { public function __construct(object $config) { $this->id = $config->id; $this->secretHash = $config->secret; $this->scope = $config->scope; $this->scope = explode(" ", $config->scope); $this->audience = $config->audience; } Loading config-example.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -74,4 +74,4 @@ cliClients: - id: gms_cli secret: 2a97516c354b68848cdbd8f54a226a0a55b21ed138e207ad6c5cbb9c00aa5aea scope: "read:gms write:gms read:rap" audience: gms No newline at end of file audience: [gms] No newline at end of file Loading
classes/model/CliOAuth2Client.php +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ class CliOAuth2Client { public function __construct(object $config) { $this->id = $config->id; $this->secretHash = $config->secret; $this->scope = $config->scope; $this->scope = explode(" ", $config->scope); $this->audience = $config->audience; } Loading
config-example.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -74,4 +74,4 @@ cliClients: - id: gms_cli secret: 2a97516c354b68848cdbd8f54a226a0a55b21ed138e207ad6c5cbb9c00aa5aea scope: "read:gms write:gms read:rap" audience: gms No newline at end of file audience: [gms] No newline at end of file