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 55be263 commit 10423e2Copy full SHA for 10423e2
src/Passport.php
@@ -453,6 +453,14 @@ public static function authCode(): AuthCode
453
return new static::$authCodeModel;
454
}
455
456
+ /**
457
+ * Set the default ResponseType that should be used by the authorization server.
458
+ */
459
+ public static function useAuthorizationServerResponseType(?ResponseTypeInterface $authorizationServerResponseType): void
460
+ {
461
+ static::$authorizationServerResponseType = $authorizationServerResponseType;
462
+ }
463
+
464
/**
465
* Set the device code model class name.
466
*
0 commit comments