Skip to content

Commit

Permalink
Merge pull request #105 from FusionAuth/1.56.0
Browse files Browse the repository at this point in the history
1.56.0 client updates
  • Loading branch information
lyleschemmerling authored Mar 6, 2025
2 parents ee78780 + 257e458 commit 35e3270
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions pkg/fusionauth/Domain.go
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
/*
* Copyright (c) 2019-2023, FusionAuth, All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific
* language governing permissions and limitations under the License.
* Copyright (c) 2019-2025, FusionAuth, All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific
* language governing permissions and limitations under the License.
*/

package fusionauth
Expand Down Expand Up @@ -5519,7 +5519,8 @@ type UserLoginIdDuplicateOnUpdateEvent struct {
* @author Brett Pontarelli
*/
type TenantSSOConfiguration struct {
DeviceTrustTimeToLiveInSeconds int `json:"deviceTrustTimeToLiveInSeconds,omitempty"`
AllowAccessTokenBootstrap bool `json:"allowAccessTokenBootstrap"`
DeviceTrustTimeToLiveInSeconds int `json:"deviceTrustTimeToLiveInSeconds,omitempty"`
}

/**
Expand Down Expand Up @@ -7279,7 +7280,9 @@ type APIKey struct {
KeyManager bool `json:"keyManager"`
LastUpdateInstant int64 `json:"lastUpdateInstant,omitempty"`
MetaData APIKeyMetaData `json:"metaData,omitempty"`
Name string `json:"name,omitempty"`
Permissions APIKeyPermissions `json:"permissions,omitempty"`
Retrievable bool `json:"retrievable"`
TenantId string `json:"tenantId,omitempty"`
}

Expand Down

0 comments on commit 35e3270

Please sign in to comment.