Skip to content

Commit 35e3270

Browse files
Merge pull request #105 from FusionAuth/1.56.0
1.56.0 client updates
2 parents ee78780 + 257e458 commit 35e3270

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

pkg/fusionauth/Domain.go

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/*
2-
* Copyright (c) 2019-2023, FusionAuth, All Rights Reserved
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing,
11-
* software distributed under the License is distributed on an
12-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
13-
* either express or implied. See the License for the specific
14-
* language governing permissions and limitations under the License.
2+
* Copyright (c) 2019-2025, FusionAuth, All Rights Reserved
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing,
11+
* software distributed under the License is distributed on an
12+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
13+
* either express or implied. See the License for the specific
14+
* language governing permissions and limitations under the License.
1515
*/
1616

1717
package fusionauth
@@ -5519,7 +5519,8 @@ type UserLoginIdDuplicateOnUpdateEvent struct {
55195519
* @author Brett Pontarelli
55205520
*/
55215521
type TenantSSOConfiguration struct {
5522-
DeviceTrustTimeToLiveInSeconds int `json:"deviceTrustTimeToLiveInSeconds,omitempty"`
5522+
AllowAccessTokenBootstrap bool `json:"allowAccessTokenBootstrap"`
5523+
DeviceTrustTimeToLiveInSeconds int `json:"deviceTrustTimeToLiveInSeconds,omitempty"`
55235524
}
55245525

55255526
/**
@@ -7279,7 +7280,9 @@ type APIKey struct {
72797280
KeyManager bool `json:"keyManager"`
72807281
LastUpdateInstant int64 `json:"lastUpdateInstant,omitempty"`
72817282
MetaData APIKeyMetaData `json:"metaData,omitempty"`
7283+
Name string `json:"name,omitempty"`
72827284
Permissions APIKeyPermissions `json:"permissions,omitempty"`
7285+
Retrievable bool `json:"retrievable"`
72837286
TenantId string `json:"tenantId,omitempty"`
72847287
}
72857288

0 commit comments

Comments
 (0)