2 parents feff039 + 9d035b9 commit 75087acCopy full SHA for 75087ac
1 file changed
src/Representation/IdentityProvider.php
@@ -34,6 +34,9 @@
34
* @method string|null getPostBrokerLoginFlowAlias()
35
* @method self withPostBrokerLoginFlowAlias(?string $postBrokerLoginFlowAlias)
36
*
37
+ * @method bool|null getHideOnLogin()
38
+ * @method self withHideOnLogin(?bool $hideOnLogin)
39
+ *
40
* @method string|null getProviderId()
41
* @method self withProviderId(?string $providerId)
42
@@ -54,6 +57,7 @@ public function __construct(
54
57
protected ?string $displayName = null,
55
58
protected ?bool $enabled = null,
56
59
protected ?string $firstBrokerLoginFlowAlias = null,
60
+ protected ?bool $hideOnLogin = null,
61
protected ?string $internalId = null,
62
protected ?bool $linkOnly = null,
63
protected ?string $postBrokerLoginFlowAlias = null,
0 commit comments