We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b77f5b commit 3a04056Copy full SHA for 3a04056
src/Auth/OAuthDesktopMobileImplicitGrant.php
@@ -38,6 +38,7 @@ public function withState($state) {
38
* @return OAuthDesktopMobileImplicitGrant this builder
39
*/
40
public function withEnvironment($environment) {
41
+ $this->Environment = $environment;
42
$this->RedirectUri=LiveComOAuthService::getRedirectUrl($environment);
43
return $this;
44
}
0 commit comments