File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
* @method array|null getRequiredActions()
33
33
* @method string|null getSelf()
34
34
* @method string|null getServiceAccountClientId()
35
- * @method string |null getTotp()
35
+ * @method bool |null getTotp()
36
36
* @method string|null getUsername()
37
37
* @method self withAccess(?Map $access)
38
38
* @method self withAttributes(?Map $attributes)
56
56
* @method self withRequiredActions(?array $requiredActions)
57
57
* @method self withSelf(?string $self)
58
58
* @method self withServiceAccountClientId(?string $serviceAccountClientId)
59
- * @method self withTotp(?string $totp)
59
+ * @method self withTotp(?bool $totp)
60
60
* @method self withUsername(?string $username)
61
61
*
62
62
* @codeCoverageIgnore
@@ -90,7 +90,7 @@ public function __construct(
90
90
protected ?array $ requiredActions = null ,
91
91
protected ?string $ self = null ,
92
92
protected ?string $ serviceAccountClientId = null ,
93
- protected ?string $ totp = null ,
93
+ protected ?bool $ totp = null ,
94
94
protected ?string $ username = null ,
95
95
) {
96
96
}
You can’t perform that action at this time.
0 commit comments