Skip to content

Commit 75087ac

Browse files
authored
Merge pull request #175 from foliengriller/patch-1
Add hideOnLogin property to IdentityProvider
2 parents feff039 + 9d035b9 commit 75087ac

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Representation/IdentityProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
* @method string|null getPostBrokerLoginFlowAlias()
3535
* @method self withPostBrokerLoginFlowAlias(?string $postBrokerLoginFlowAlias)
3636
*
37+
* @method bool|null getHideOnLogin()
38+
* @method self withHideOnLogin(?bool $hideOnLogin)
39+
*
3740
* @method string|null getProviderId()
3841
* @method self withProviderId(?string $providerId)
3942
*
@@ -54,6 +57,7 @@ public function __construct(
5457
protected ?string $displayName = null,
5558
protected ?bool $enabled = null,
5659
protected ?string $firstBrokerLoginFlowAlias = null,
60+
protected ?bool $hideOnLogin = null,
5761
protected ?string $internalId = null,
5862
protected ?bool $linkOnly = null,
5963
protected ?string $postBrokerLoginFlowAlias = null,

0 commit comments

Comments
 (0)