Skip to content

chore: 🐝 Update SDK - Generate 0.0.8#5

Merged
srqai merged 2 commits intomainfrom
speakeasy-sdk-regen-1776444076
Apr 17, 2026
Merged

chore: 🐝 Update SDK - Generate 0.0.8#5
srqai merged 2 commits intomainfrom
speakeasy-sdk-regen-1776444076

Conversation

@srqai
Copy link
Copy Markdown
Contributor

@srqai srqai commented Apr 17, 2026

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Cli SDK Changes:

  • Authlete.Service.Get(): Added
  • Authlete.Service.List(): Added
  • Authlete.Service.Update(): Added
  • Authlete.Service.Delete(): Added
  • Authlete.Service.GetConfiguration(): Added
  • Authlete.Client.Get(): Added
  • Authlete.Client.List(): Added
  • Authlete.Client.Create(): Added
  • Authlete.Client.Update(): Added
  • Authlete.Client.UpdateForm(): Added
  • Authlete.Client.Delete(): Added
  • Authlete.Client.Management.UpdateLockFlag(): Added
  • Authlete.Client.Management.RefreshSecret(): Added
  • Authlete.Client.Management.UpdateSecret(): Added
  • Authlete.Client.Management.ListAuthorizations(): Added
  • Authlete.Client.Management.UpdateAuthorizations(): Added
  • Authlete.Client.Management.DeleteAuthorizations(): Added
  • Authlete.Client.Management.GetGrantedScopes(): Added
  • Authlete.Client.Management.DeleteGrantedScopes(): Added
  • Authlete.Client.Management.GetRequestableScopes(): Added
  • Authlete.Client.Management.UpdateRequestableScopes(): Added
  • Authlete.Client.Management.DeleteRequestableScopes(): Added
  • Authlete.Authorization.ProcessRequest(): Added
  • Authlete.Authorization.Fail(): Added
  • Authlete.Authorization.Issue(): Added
  • Authlete.Authorization.Management.GetTicketInfo(): Added
  • Authlete.Authorization.Management.UpdateTicket(): Added
  • Authlete.PushedAuthorization.Create(): Added
  • Authlete.Token.Process(): Added
  • Authlete.Token.Fail(): Added
  • Authlete.Token.Issue(): Added
  • Authlete.Token.Management.ReissueIdToken(): Added
  • Authlete.Token.Management.List(): Added
  • Authlete.Token.Management.Create(): Added
  • Authlete.Token.Management.Update(): Added
  • Authlete.Token.Management.Delete(): Added
  • Authlete.Token.Management.Revoke(): Added
  • Authlete.Introspection.Process(): Added
  • Authlete.Introspection.StandardProcess(): Added
  • Authlete.Revocation.Process(): Added
  • Authlete.Userinfo.Process(): Added
  • Authlete.Userinfo.Issue(): Added
  • Authlete.GrantManagement.ProcessRequest(): Added
  • Authlete.JwkSetEndpoint.ServiceJwksGetApi(): Added
  • Authlete.DynamicClientRegistration.Register(): Added
  • Authlete.DynamicClientRegistration.Get(): Added
  • Authlete.DynamicClientRegistration.Update(): Added
  • Authlete.DynamicClientRegistration.Delete(): Added
  • Authlete.Ciba.ProcessAuthentication(): Added
  • Authlete.Ciba.Issue(): Added
  • Authlete.Ciba.Fail(): Added
  • Authlete.Ciba.Complete(): Added
  • Authlete.DeviceFlow.Authorization(): Added
  • Authlete.DeviceFlow.Verification(): Added
  • Authlete.DeviceFlow.Complete(): Added
  • Authlete.JoseObject.JoseVerifyApi(): Added
  • Authlete.HardwareSecurityKeys.Create(): Added
  • Authlete.HardwareSecurityKeys.Delete(): Added
  • Authlete.HardwareSecurityKeys.Get(): Added
  • Authlete.HardwareSecurityKeys.List(): Added
  • Authlete.VerifiableCredentials.GetMetadata(): Added
  • Authlete.VerifiableCredentials.GetJwtIssuer(): Added
  • Authlete.VerifiableCredentials.GetJwks(): Added
  • Authlete.VerifiableCredentials.CreateOffer(): Added
  • Authlete.VerifiableCredentials.GetOfferInfo(): Added
  • Authlete.VerifiableCredentials.Parse(): Added
  • Authlete.VerifiableCredentials.Issue(): Added
  • Authlete.VerifiableCredentials.BatchParse(): Added
  • Authlete.VerifiableCredentials.BatchIssue(): Added
  • Authlete.VerifiableCredentials.DeferredParse(): Added
  • Authlete.VerifiableCredentials.DeferredIssue(): Added
  • Authlete.NativeSso.Process(): Added
  • Authlete.NativeSso.Logout(): Added
  • Authlete.ClientManagement.ClientGetApi1(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.ClientGetListApi1(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.ClientCreateApi1(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.ClientUpdateApi1(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.ClientUpdateApi1Form(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.ClientDeleteApi1(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.ClientFlagUpdateApi1(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.ClientSecretRefreshApi1(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.ClientSecretUpdateApi1(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.ClientAuthorizationGetListBySubjectApi1(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.ClientAuthorizationUpdateApi1(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.ClientAuthorizationDeleteBySubjectApi1(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.ClientGrantedScopesGetBySubjectApi1(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.ClientGrantedScopesDeleteBySubjectApi1(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.ClientExtensionRequestablesScopesGetApi1(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.ClientExtensionRequestablesScopesUpdateApi1(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.ClientExtensionRequestablesScopesDeleteApi1(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.UpdateLockFlag(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.RefreshSecret(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.UpdateSecret(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.Authorizations(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.UpdateAuthorizations(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.DestroyAuthorizations(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.GrantedScopes(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.DestroyGrantedScopes(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.RequestableScopes(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.UpdateRequestableScopes(): Removed (Breaking ⚠️)
  • Authlete.ClientManagement.DestroyRequestableScopes(): Removed (Breaking ⚠️)
  • Authlete.ServiceManagement.ServiceGetApi1(): Removed (Breaking ⚠️)
  • Authlete.ServiceManagement.ServiceGetListApi1(): Removed (Breaking ⚠️)
  • Authlete.ServiceManagement.ServiceCreateApi1(): Removed (Breaking ⚠️)
  • Authlete.ServiceManagement.ServiceUpdateApi1(): Removed (Breaking ⚠️)
  • Authlete.ServiceManagement.ServiceDeleteApi1(): Removed (Breaking ⚠️)
  • Authlete.ServiceManagement.ServiceConfigurationApi1(): Removed (Breaking ⚠️)
  • Authlete.Services.Retrieve(): Removed (Breaking ⚠️)
  • Authlete.Services.List(): Removed (Breaking ⚠️)
  • Authlete.Services.Create(): Removed (Breaking ⚠️)
  • Authlete.Services.Update(): Removed (Breaking ⚠️)
  • Authlete.Services.Destroy(): Removed (Breaking ⚠️)
  • Authlete.Services.Configuration(): Removed (Breaking ⚠️)
  • Authlete.Clients.Retrieve(): Removed (Breaking ⚠️)
  • Authlete.Clients.List(): Removed (Breaking ⚠️)
  • Authlete.Clients.Create(): Removed (Breaking ⚠️)
  • Authlete.Clients.Update(): Removed (Breaking ⚠️)
  • Authlete.Clients.UpdateForm(): Removed (Breaking ⚠️)
  • Authlete.Clients.Destroy(): Removed (Breaking ⚠️)
  • Authlete.AuthorizationEndpoint.AuthAuthorizationApi1(): Removed (Breaking ⚠️)
  • Authlete.AuthorizationEndpoint.AuthAuthorizationFailApi1(): Removed (Breaking ⚠️)
  • Authlete.AuthorizationEndpoint.AuthAuthorizationIssueApi1(): Removed (Breaking ⚠️)
  • Authlete.AuthorizationEndpoint.GetAuthorizationTicketInfo(): Removed (Breaking ⚠️)
  • Authlete.AuthorizationEndpoint.UpdateAuthorizationTicket1(): Removed (Breaking ⚠️)
  • Authlete.Authorization.ProcessRequest(): Removed (Breaking ⚠️)
  • Authlete.Authorization.FailRequest(): Removed (Breaking ⚠️)
  • Authlete.Authorization.IssueResponse(): Removed (Breaking ⚠️)
  • Authlete.PushedAuthorizationEndpoint.PushedAuthReqApi1(): Removed (Breaking ⚠️)
  • Authlete.PushedAuthorization.Create(): Removed (Breaking ⚠️)
  • Authlete.TokenEndpoint.AuthTokenApi1(): Removed (Breaking ⚠️)
  • Authlete.TokenEndpoint.AuthTokenFailApi1(): Removed (Breaking ⚠️)
  • Authlete.TokenEndpoint.AuthTokenIssueApi1(): Removed (Breaking ⚠️)
  • Authlete.TokenEndpoint.IdtokenReissueApi1(): Removed (Breaking ⚠️)
  • Authlete.Tokens.ProcessRequest(): Removed (Breaking ⚠️)
  • Authlete.Tokens.FailRequest(): Removed (Breaking ⚠️)
  • Authlete.Tokens.IssueResponse(): Removed (Breaking ⚠️)
  • Authlete.IntrospectionEndpoint.AuthIntrospectionApi1(): Removed (Breaking ⚠️)
  • Authlete.IntrospectionEndpoint.AuthIntrospectionStandardApi1(): Removed (Breaking ⚠️)
  • Authlete.Introspection.ProcessRequest(): Removed (Breaking ⚠️)
  • Authlete.Introspection.StandardProcess(): Removed (Breaking ⚠️)
  • Authlete.RevocationEndpoint.AuthRevocationApi1(): Removed (Breaking ⚠️)
  • Authlete.Revocation.ProcessRequest(): Removed (Breaking ⚠️)
  • Authlete.UserInfoEndpoint.AuthUserinfoApi1(): Removed (Breaking ⚠️)
  • Authlete.UserInfoEndpoint.AuthUserinfoIssueApi1(): Removed (Breaking ⚠️)
  • Authlete.Userinfo.ProcessRequest(): Removed (Breaking ⚠️)
  • Authlete.Userinfo.IssueResponse(): Removed (Breaking ⚠️)
  • Authlete.TokenManagement.ReissueIdToken(): Removed (Breaking ⚠️)
  • Authlete.TokenManagement.List(): Removed (Breaking ⚠️)
  • Authlete.TokenManagement.Create(): Removed (Breaking ⚠️)
  • Authlete.TokenManagement.Update(): Removed (Breaking ⚠️)
  • Authlete.TokenManagement.Destroy(): Removed (Breaking ⚠️)
  • Authlete.TokenManagement.Revoke(): Removed (Breaking ⚠️)
  • Authlete.GrantManagementEndpoint.GrantMApi1(): Removed (Breaking ⚠️)
  • Authlete.GrantManagement.ProcessRequest(): Removed (Breaking ⚠️)
  • Authlete.JwkSetEndpoint.ServiceJwksGetApi1(): Removed (Breaking ⚠️)
  • Authlete.JwkSetEndpoint.ServiceJwksGetApi2(): Removed (Breaking ⚠️)
  • Authlete.DynamicClientRegistration.ClientRegistrationApi1(): Removed (Breaking ⚠️)
  • Authlete.DynamicClientRegistration.ClientRegistrationGetApi1(): Removed (Breaking ⚠️)
  • Authlete.DynamicClientRegistration.ClientRegistrationUpdateApi1(): Removed (Breaking ⚠️)
  • Authlete.DynamicClientRegistration.ClientRegistrationDeleteApi1(): Removed (Breaking ⚠️)
  • Authlete.DynamicClientRegistration.Register(): Removed (Breaking ⚠️)
  • Authlete.DynamicClientRegistration.Retrieve(): Removed (Breaking ⚠️)
  • Authlete.DynamicClientRegistration.Update(): Removed (Breaking ⚠️)
  • Authlete.DynamicClientRegistration.Destroy(): Removed (Breaking ⚠️)
  • Authlete.Ciba.BackchannelAuthenticationApi1(): Removed (Breaking ⚠️)
  • Authlete.Ciba.BackchannelAuthenticationIssueApi1(): Removed (Breaking ⚠️)
  • Authlete.Ciba.BackchannelAuthenticationFailApi1(): Removed (Breaking ⚠️)
  • Authlete.Ciba.BackchannelAuthenticationCompleteApi1(): Removed (Breaking ⚠️)
  • Authlete.Ciba.ProcessAuthentication(): Removed (Breaking ⚠️)
  • Authlete.Ciba.IssueResponse(): Removed (Breaking ⚠️)
  • Authlete.Ciba.FailRequest(): Removed (Breaking ⚠️)
  • Authlete.Ciba.CompleteRequest(): Removed (Breaking ⚠️)
  • Authlete.DeviceFlow.DeviceAuthorizationApi1(): Removed (Breaking ⚠️)
  • Authlete.DeviceFlow.DeviceVerificationApi1(): Removed (Breaking ⚠️)
  • Authlete.DeviceFlow.DeviceCompleteApi1(): Removed (Breaking ⚠️)
  • Authlete.DeviceFlow.Authorization(): Removed (Breaking ⚠️)
  • Authlete.DeviceFlow.Verification(): Removed (Breaking ⚠️)
  • Authlete.DeviceFlow.CompleteRequest(): Removed (Breaking ⚠️)
  • Authlete.TokenOperations.AuthTokenGetListApi1(): Removed (Breaking ⚠️)
  • Authlete.TokenOperations.AuthTokenCreateApi1(): Removed (Breaking ⚠️)
  • Authlete.TokenOperations.AuthTokenUpdateApi1(): Removed (Breaking ⚠️)
  • Authlete.TokenOperations.AuthTokenDeleteApi1(): Removed (Breaking ⚠️)
  • Authlete.TokenOperations.AuthTokenRevokeApi1(): Removed (Breaking ⚠️)
  • Authlete.JoseObject.JoseVerifyApi1(): Removed (Breaking ⚠️)
  • Authlete.JoseObject.JoseVerifyApi2(): Removed (Breaking ⚠️)
  • Authlete.FederationEndpoint.FederationConfigurationApi1(): Removed (Breaking ⚠️)
  • Authlete.FederationEndpoint.FederationRegistrationApi1(): Removed (Breaking ⚠️)
  • Authlete.HardwareSecurityKey.HskCreateApi1(): Removed (Breaking ⚠️)
  • Authlete.HardwareSecurityKey.HskDeleteApi1(): Removed (Breaking ⚠️)
  • Authlete.HardwareSecurityKey.HskGetApi1(): Removed (Breaking ⚠️)
  • Authlete.HardwareSecurityKey.HskGetListApi1(): Removed (Breaking ⚠️)
  • Authlete.HardwareSecurityKeys.Create(): Removed (Breaking ⚠️)
  • Authlete.HardwareSecurityKeys.Destroy(): Removed (Breaking ⚠️)
  • Authlete.HardwareSecurityKeys.Retrieve(): Removed (Breaking ⚠️)
  • Authlete.HardwareSecurityKeys.List(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentialIssuer.VciMetadataApi1(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentialIssuer.VciJwtissuerApi1(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentialIssuer.VciJwksApi1(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentialIssuer.VciOfferCreateApi1(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentialIssuer.VciOfferInfoApi1(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentialIssuer.VciSingleParseApi1(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentialIssuer.VciSingleIssueApi1(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentialIssuer.VciBatchParseApi1(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentialIssuer.VciBatchIssueApi1(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentialIssuer.VciDeferredParseApi1(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentialIssuer.VciDeferredIssueApi1(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentials.Metadata(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentials.JwtIssuer(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentials.Jwks(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentials.CreateOffer(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentials.OfferInfo(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentials.Parse(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentials.IssueResponse(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentials.BatchParse(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentials.BatchIssue(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentials.DeferredParse(): Removed (Breaking ⚠️)
  • Authlete.VerifiableCredentials.DeferredIssue(): Removed (Breaking ⚠️)
  • Authlete.AuthorizationManagement.TicketInfo(): Removed (Breaking ⚠️)
  • Authlete.AuthorizationManagement.UpdateTicket(): Removed (Breaking ⚠️)
  • Authlete.NativeSso.NativeSsoApi1(): Removed (Breaking ⚠️)
  • Authlete.NativeSso.NativeSsoLogoutApi1(): Removed (Breaking ⚠️)
  • Authlete.NativeSso.ProcessRequest(): Removed (Breaking ⚠️)
  • Authlete.NativeSso.Logout(): Removed (Breaking ⚠️)

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └──[🔀] description (4:16)
├─┬Paths
│ ├──[-] path (9197:3)❌ 
│ ├──[-] path (10322:3)❌ 
│ ├──[-] path (17564:3)❌ 
│ ├──[-] path (18026:3)❌ 
│ ├──[-] path (12609:3)❌ 
│ ├──[-] path (18105:3)❌ 
│ ├──[-] path (18682:3)❌ 
│ ├──[-] path (2853:3)❌ 
│ ├──[-] path (4187:3)❌ 
│ ├──[-] path (6455:3)❌ 
│ ├──[-] path (16325:3)❌ 
│ ├──[-] path (17102:3)❌ 
│ ├──[-] path (17643:3)❌ 
│ ├──[-] path (1555:3)❌ 
│ ├──[-] path (3293:3)❌ 
│ ├──[-] path (3667:3)❌ 
│ ├──[-] path (7896:3)❌ 
│ ├──[-] path (13935:3)❌ 
│ ├──[-] path (15793:3)❌ 
│ ├──[-] path (10198:3)❌ 
│ ├──[-] path (13519:3)❌ 
│ ├──[-] path (14043:3)❌ 
│ ├──[-] path (17177:3)❌ 
│ ├──[-] path (17989:3)❌ 
│ ├──[-] path (1174:3)❌ 
│ ├──[-] path (10279:3)❌ 
│ ├──[-] path (17761:3)❌ 
│ ├──[-] path (2560:3)❌ 
│ ├──[-] path (11268:3)❌ 
│ ├──[-] path (17139:3)❌ 
│ ├──[-] path (7621:3)❌ 
│ ├──[-] path (15697:3)❌ 
│ ├──[-] path (17837:3)❌ 
│ ├──[-] path (18256:3)❌ 
│ ├──[-] path (3134:3)❌ 
│ ├──[-] path (4416:3)❌ 
│ ├──[-] path (16085:3)❌ 
│ ├──[-] path (2458:3)❌ 
│ ├──[-] path (5899:3)❌ 
│ ├──[-] path (15465:3)❌ 
│ ├──[-] path (17361:3)❌ 
│ ├──[-] path (17874:3)❌ 
│ ├──[-] path (17913:3)❌ 
│ ├──[-] path (3806:3)❌ 
│ ├──[-] path (4509:3)❌ 
│ ├──[-] path (5137:3)❌ 
│ ├──[-] path (16415:3)❌ 
│ ├──[-] path (18462:3)❌ 
│ ├──[-] path (1753:3)❌ 
│ ├──[-] path (2357:3)❌ 
│ ├──[-] path (2993:3)❌ 
│ ├──[-] path (14919:3)❌ 
│ ├──[-] path (17801:3)❌ 
│ ├──[-] path (3570:3)❌ 
│ ├──[-] path (8999:3)❌ 
│ ├──[-] path (14227:3)❌ 
│ ├──[-] path (16664:3)❌ 
│ ├──[-] path (16984:3)❌ 
│ ├──[-] path (17214:3)❌ 
│ ├──[-] path (17284:3)❌ 
│ ├──[-] path (17603:3)❌ 
│ ├──[-] path (12435:3)❌ 
│ ├──[-] path (14412:3)❌ 
│ ├──[-] path (15878:3)❌ 
│ ├──[-] path (8447:3)❌ 
│ ├──[-] path (16724:3)❌ 
│ ├──[-] path (16905:3)❌ 
│ ├──[-] path (18065:3)❌ 
│ ├──[-] path (18178:3)❌ 
│ ├──[-] path (3975:3)❌ 
│ ├──[-] path (6267:3)❌ 
│ ├──[-] path (9997:3)❌ 
│ ├──[-] path (18141:3)❌ 
│ ├──[-] path (3511:3)❌ 
│ ├──[-] path (11819:3)❌ 
│ ├──[-] path (13673:3)❌ 
│ ├──[-] path (16785:3)❌ 
│ ├──[-] path (17485:3)❌ 
│ ├──[-] path (2256:3)❌ 
│ ├──[-] path (3890:3)❌ 
│ ├──[-] path (4036:3)❌ 
│ ├──[-] path (8843:3)❌ 
│ ├──[-] path (13151:3)❌ 
│ ├──[-] path (16950:3)❌ 
│ ├──[-] path (17019:3)❌ 
│ ├──[-] path (658:3)❌ 
│ ├──[-] path (4277:3)❌ 
│ ├──[-] path (17060:3)❌ 
│ ├──[-] path (17953:3)❌ 
│ ├──[-] path (18333:3)❌ 
│ ├──[-] path (4370:3)❌ 
│ ├──[-] path (15329:3)❌ 
│ ├──[-] path (16862:3)❌ 
│ ├──[-] path (2706:3)❌ 
│ ├──[-] path (5719:3)❌ 
│ ├──[-] path (6080:3)❌ 
│ ├──[-] path (14603:3)❌ 
│ ├──[-] path (15602:3)❌ 
│ ├──[-] path (6540:3)❌ 
│ ├──[-] path (6626:3)❌ 
│ ├──[-] path (8051:3)❌ 
│ ├──[-] path (16024:3)❌ 
│ ├──[-] path (16236:3)❌ 
│ ├──[-] path (990:3)❌ 
│ ├──[-] path (1358:3)❌ 
│ ├──[-] path (4098:3)❌ 
│ ├──[-] path (9797:3)❌ 
│ ├──[-] path (10238:3)❌ 
│ ├──[-] path (2306:3)❌ 
│ ├──[-] path (4323:3)❌ 
│ ├──[-] path (4556:3)❌ 
│ ├──[-] path (7123:3)❌ 
│ ├──[-] path (8207:3)❌ 
│ ├──[-] path (8688:3)❌ 
│ ├──[-] path (3618:3)❌ 
│ ├──[-] path (12228:3)❌ 
│ ├──[-] path (16160:3)❌ 
│ ├──[-] path (16823:3)❌ 
│ ├──[-] path (17406:3)❌ 
│ ├──[-] path (17682:3)❌ 
│ ├──[-] path (17722:3)❌ 
│ ├──[-] path (18294:3)❌ 
│ ├──[-] path (17252:3)❌ 
│ ├──[-] path (18592:3)❌ 
│ ├──[-] path (11442:3)❌ 
│ ├──[-] path (11617:3)❌ 
│ ├──[-] path (13828:3)❌ 
│ ├──[-] path (12784:3)❌ 
│ ├──[-] path (15964:3)❌ 
│ ├──[-] path (16539:3)❌ 
│ ├──[-] path (824:3)❌ 
│ ├──[-] path (3736:3)❌ 
│ ├──[-] path (7758:3)❌ 
│ ├──[-] path (9596:3)❌ 
│ ├──[-] path (10466:3)❌ 
│ ├──[-] path (10567:3)❌ 
│ ├──[-] path (17445:3)❌ 
│ ├──[-] path (17524:3)❌ 
│ ├──[-] path (3453:3)❌ 
│ ├──[-] path (4463:3)❌ 
│ ├──[-] path (10366:3)❌ 
│ ├──[-] path (15044:3)❌ 
│ ├──[-] path (15186:3)❌ 
│ ├──[-] path (17317:3)❌ 
│ ├──[-] path (18216:3)❌ 
│ ├──[-] path (2005:3)❌ 
│ ├──[-] path (9396:3)❌ 
│ ├──[-] path (10917:3)❌ 
│ ├──[-] path (12022:3)❌ 
│ ├──[-] path (14795:3)❌ 
│ ├──[+] path (4972:3)
│ ├──[+] path (7101:3)
│ ├──[+] path (7478:3)
│ ├──[+] path (7746:3)
│ ├──[+] path (8292:3)
│ ├──[+] path (9220:3)
│ ├──[+] path (9257:3)
│ ├──[+] path (7286:3)
│ ├──[+] path (8757:3)
│ ├──[+] path (8915:3)
│ ├──[+] path (1294:3)
│ ├──[+] path (6993:3)
│ ├──[+] path (8875:3)
│ ├──[+] path (9336:3)
│ ├──[+] path (1402:3)
│ ├──[+] path (2179:3)
│ ├──[+] path (3383:3)
│ ├──[+] path (3881:3)
│ ├──[+] path (4572:3)
│ ├──[+] path (5359:3)
│ ├──[+] path (6470:3)
│ ├──[+] path (7883:3)
│ ├──[+] path (693:3)
│ ├──[+] path (8681:3)
│ ├──[+] path (9112:3)
│ ├──[+] path (744:3)
│ ├──[+] path (1761:3)
│ ├──[+] path (6295:3)
│ ├──[+] path (8417:3)
│ ├──[+] path (8835:3)
│ ├──[+] path (255:3)
│ ├──[+] path (440:3)
│ ├──[+] path (1353:3)
│ ├──[+] path (8065:3)
│ ├──[+] path (8719:3)
│ ├──[+] path (9035:3)
│ ├──[+] path (9072:3)
│ ├──[+] path (1472:3)
│ ├──[+] path (2346:3)
│ ├──[+] path (3109:3)
│ ├──[+] path (4019:3)
│ ├──[+] path (6838:3)
│ ├──[+] path (8202:3)
│ ├──[+] path (8790:3)
│ ├──[+] path (8955:3)
│ ├──[+] path (4175:3)
│ ├──[+] path (5258:3)
│ ├──[+] path (8995:3)
│ ├──[+] path (1134:3)
│ ├──[+] path (1699:3)
│ ├──[+] path (7979:3)
│ ├──[+] path (8126:3)
│ ├──[+] path (8478:3)
│ ├──[+] path (9297:3)
│ ├──[+] path (2928:3)
│ ├──[+] path (993:3)
│ ├──[+] path (9180:3)
│ ├──[+] path (88:3)
│ ├──[+] path (4771:3)
│ ├──[+] path (5214:3)
│ ├──[+] path (5885:3)
│ ├──[+] path (9466:3)
│ ├──[+] path (2299:3)
│ ├──[+] path (3297:3)
│ ├──[+] path (6088:3)
│ ├──[+] path (4416:3)
│ ├──[+] path (5173:3)
│ ├──[+] path (7603:3)
│ ├──[+] path (8639:3)
│ ├──[+] path (846:3)
│ ├──[+] path (1976:3)
│ ├──[+] path (5710:3)
│ ├──[+] path (8604:3)
│ └─┬/api/{serviceId}/client/extension/requestable_scopes/update/{clientId}
│   └──[+] put (8561:7)
└─┬Components
  └─┬service
    ├──[+] properties (12475:9)
    ├──[+] properties (11066:9)
    ├─┬supportedGrantTypes
    │ ├──[🔀] description (12222:24)
    │ └─┬Schema
    │   └──[🔀] $ref (12221:13)❌ 
    ├─┬supportedDocumentsCheckMethods
    │ ├──[🔀] description (11035:24)
    │ └─┬Schema
    │   └──[🔀] $ref (10615:13)❌ 
    ├─┬registrationManagementEndpoint
    │ ├──[🔀] type (11297:17)❌ 
    │ ├──[-] format (20779:19)❌ 
    │ └──[🔀] description (11298:24)
    ├─┬supportedVerifiedClaims
    │ └──[🔀] description (11025:24)
    ├─┬credentialJwksUri
    │ └──[🔀] $ref (12707:13)❌ 
    ├─┬hsmEnabled
    │ ├──[🔀] type (11956:17)❌ 
    │ └──[🔀] description (11957:24)
    ├─┬developerAuthenticationCallbackApiSecret
    │ └──[🔀] description (10845:24)
    ├─┬grantManagementEndpoint
    │ ├──[🔀] type (11856:17)❌ 
    │ ├──[🔀] description (11857:24)
    │ └─┬Extensions
    │   └──[+] x-mint (11861:13)
    ├─┬dpopNonceDuration
    │ ├──[🔀] type (11082:17)❌ 
    │ ├──[-] format (21545:19)❌ 
    │ └──[🔀] description (11083:24)
    ├─┬supportedAcrs
    │ ├──[-] items (20163:13)❌ 
    │ ├──[🔀] type (11256:17)❌ 
    │ ├──[🔀] description (11257:24)
    │ └──[-] readOnly (20160:21)❌ 
    ├─┬cimdMetadataPolicy
    │ ├──[🔀] type (12450:17)❌ 
    │ └──[🔀] description (12451:24)
    ├─┬policyUri
    │ ├──[🔀] type (11040:17)❌ 
    │ ├──[-] format (20786:19)❌ 
    │ └──[🔀] description (11041:24)
    ├─┬requestObjectEncryptionAlgMatchRequired
    │ ├──[🔀] type (11562:17)❌ 
    │ ├──[+] format (11568:19)❌ 
    │ ├──[🔀] description (11563:24)
    │ └─┬Extensions
    │   └──[-] x-mint (21093:13)❌ 
    ├─┬federationJwks
    │ ├──[🔀] type (12129:17)❌ 
    │ └──[🔀] description (12130:24)
    ├─┬supportedAuthorizationDetailsTypes
    │ ├──[🔀] description (10948:24)
    │ └──[+] readOnly (10944:21)❌ 
    ├─┬refreshTokenDuration
    │ ├──[🔀] description (11140:24)
    │ └─┬Extensions
    │   └──[+] x-mint (11143:13)
    ├─┬clientIdMetadataDocumentSupported
    │ └──[🔀] description (10861:24)
    ├─┬refreshTokenDurationKept
    │ ├──[🔀] type (11131:17)❌ 
    │ ├──[+] format (11136:19)❌ 
    │ └──[🔀] description (11132:24)
    ├─┬supportedResponseTypes
    │ ├──[🔀] description (11126:24)
    │ └─┬Schema
    │   └──[🔀] $ref (9724:13)❌ 
    ├─┬unauthorizedOnClientConfigSupported
    │ ├──[+] items (12281:13)❌ 
    │ ├──[🔀] type (12279:17)❌ 
    │ ├──[🔀] description (12282:24)
    │ └─┬Extensions
    │   └──[-] x-mint (21194:13)❌ 
    ├─┬verifiedClaimsValidationSchemaSet
    │ └──[🔀] $ref (12357:11)❌ 
    ├─┬hsks
    │ ├──[-] items (21159:13)❌ 
    │ ├──[🔀] type (11960:17)❌ 
    │ ├──[🔀] description (11961:24)
    │ └─┬Extensions
    │   └──[+] x-mint (11966:13)
    ├─┬supportedIntrospectionAuthMethods
    │ ├──[🔀] description (10957:24)
    │ └─┬Schema
    │   └──[🔀] $ref (10641:13)❌ 
    ├─┬serviceOwnerNumber
    │ ├──[🔀] type (11584:17)❌ 
    │ ├──[🔀] format (11589:19)❌ 
    │ ├──[🔀] description (11585:24)
    │ └──[-] readOnly (20081:21)❌ 
    ├─┬directUserInfoEndpointEnabled
    │ └──[🔀] description (11110:24)
    ├─┬fapiModes
    │ ├──[-] items (21591:13)❌ 
    │ ├──[🔀] type (10988:17)❌ 
    │ └──[🔀] description (10989:24)
    ├─┬refreshTokenDurationReset
    │ ├──[🔀] type (11277:17)❌ 
    │ ├──[+] format (11278:19)❌ 
    │ └──[🔀] description (11279:24)
    ├─┬dpopNonceRequired
    │ └──[🔀] description (11545:24)
    ├─┬supportedDigestAlgorithms
    │ ├──[-] description (21386:24)
    │ └─┬Schema
    │   └──[🔀] $ref (12775:13)❌ 
    ├─┬pushedAuthReqEndpoint
    │ ├──[-] format (20347:19)❌ 
    │ └──[🔀] description (12146:24)
    ├─┬modifiedAt
    │ ├──[+] items (10900:13)❌ 
    │ ├──[🔀] type (10898:17)❌ 
    │ ├──[-] format (20133:19)❌ 
    │ ├──[🔀] description (10901:24)
    │ └──[-] readOnly (20134:21)❌ 
    ├─┬directJwksEndpointEnabled
    │ └──[🔀] description (11017:24)
    ├─┬issuer
    │ └──[🔀] description (12350:24)
    ├─┬mutualTlsValidatePkiCertChain
    │ ├──[🔀] type (10916:17)❌ 
    │ ├──[+] format (10917:19)❌ 
    │ ├──[🔀] description (10919:24)
    │ └──[+] readOnly (10918:21)❌ 
    ├─┬errorUriOmitted
    │ ├──[🔀] type (12015:17)❌ 
    │ ├──[+] format (12016:19)❌ 
    │ └──[🔀] description (12017:24)
    ├─┬dcrScopeUsedAsRequestable
    │ ├──[🔀] type (12343:17)❌ 
    │ ├──[+] format (12344:19)❌ 
    │ └──[🔀] description (12345:24)
    ├─┬backchannelPollingInterval
    │ ├──[🔀] type (11591:17)❌ 
    │ ├──[🔀] format (11595:19)❌ 
    │ └──[🔀] description (11592:24)
    ├─┬resourceSignatureKeyId
    │ ├──[🔀] type (11910:17)❌ 
    │ ├──[🔀] description (11911:24)
    │ └─┬Extensions
    │   └──[+] x-mint (11915:13)
    ├─┬authorizationSignatureKeyId
    │ ├──[+] format (11007:19)❌ 
    │ ├──[🔀] description (11008:24)
    │ └─┬Extensions
    │   └──[-] x-mint (20730:13)❌ 
    ├─┬errorDescriptionOmitted
    │ └──[🔀] description (11550:24)
    ├─┬introspectionSignatureKeyId
    │ ├──[🔀] description (11472:24)
    │ └─┬Extensions
    │   └──[+] x-mint (11475:13)
    ├─┬supportedDisplays
    │ ├──[🔀] description (11801:24)
    │ ├─┬Schema
    │ │ └──[🔀] $ref (11800:13)❌ 
    │ └─┬Extensions
    │   └──[+] x-mint (11804:13)
    ├─┬supportedClaimTypes
    │ ├──[🔀] description (11600:24)
    │ └─┬Schema
    │   └──[🔀] $ref (10609:13)❌ 
    ├─┬createdAt
    │ ├──[🔀] format (10869:19)❌ 
    │ ├──[🔀] description (10870:24)
    │ └──[-] readOnly (20127:21)❌ 
    ├─┬cimdMetadataPolicyEnabled
    │ └──[🔀] description (12456:24)
    ├─┬directRevocationEndpointEnabled
    │ └──[🔀] description (11123:24)
    ├─┬number
    │ ├──[🔀] type (12403:17)❌ 
    │ ├──[-] format (20044:19)❌ 
    │ ├──[🔀] description (12404:24)
    │ └──[-] readOnly (20045:21)❌ 
    ├─┬registrationEndpoint
    │ ├──[🔀] type (12151:17)❌ 
    │ ├──[-] format (20771:19)❌ 
    │ └──[🔀] description (12152:24)
    ├─┬supportedClaims
    │ ├──[🔀] description (11377:24)
    │ └─┬Extensions
    │   └──[-] x-mint (20604:13)❌ 
    ├─┬deviceFlowPollingInterval
    │ ├──[🔀] type (11646:17)❌ 
    │ ├──[🔀] format (11647:19)❌ 
    │ └──[🔀] description (11648:24)
    ├─┬supportedTokenAuthMethods
    │ ├──[🔀] description (10985:24)
    │ └─┬Schema
    │   └──[🔀] $ref (10806:13)❌ 
    ├─┬backchannelAuthReqIdDuration
    │ ├──[🔀] format (11057:19)❌ 
    │ └──[🔀] description (11058:24)
    ├─┬federationConfigurationDuration
    │ ├──[🔀] type (10997:17)❌ 
    │ └──[🔀] description (10998:24)
    ├─┬supportedDocumentsVerificationMethods
    │ └──[🔀] description (12192:24)
    ├─┬supportedIdentityDocuments
    │ └──[🔀] description (11713:24)
    ├─┬idTokenAudType
    │ ├──[🔀] type (11936:17)❌ 
    │ └──[🔀] description (11937:24)
    ├─┬frontChannelRequestObjectEncryptionRequired
    │ ├──[🔀] type (12133:17)❌ 
    │ ├──[🔀] description (12134:24)
    │ └─┬Extensions
    │   └──[-] x-mint (21072:13)❌ 
    ├─┬scopeRequired
    │ ├──[🔀] type (11102:17)❌ 
    │ ├──[+] format (11103:19)❌ 
    │ ├──[🔀] description (11104:24)
    │ └─┬Extensions
    │   └──[-] x-mint (20544:13)❌ 
    ├─┬cimdQueryPermitted
    │ ├──[🔀] type (12465:17)❌ 
    │ └──[🔀] description (12466:24)
    ├─┬authorityHints
    │ ├──[-] items (21318:13)❌ 
    │ ├──[🔀] type (10923:17)❌ 
    │ ├──[+] format (10924:19)❌ 
    │ └──[🔀] description (10925:24)
    ├─┬directTokenEndpointEnabled
    │ └──[🔀] description (11457:24)
    ├─┬tokenExpirationLinked
    │ ├──[🔀] description (12248:24)
    │ └─┬Extensions
    │   └──[-] x-mint (21045:13)❌ 
    ├─┬tokenExchangeByPermittedClientsOnly
    │ └──[🔀] description (12238:24)
    ├─┬supportedClaimLocales
    │ └──[🔀] description (10976:24)
    ├─┬mtlsEndpointAliases
    │ ├──[-] items (20423:13)❌ 
    │ ├──[🔀] type (11096:17)❌ 
    │ ├──[🔀] description (11097:24)
    │ └─┬Extensions
    │   └──[-] x-mint (20427:13)❌ 
    ├─┬introspectionEndpoint
    │ ├──[🔀] type (12368:17)❌ 
    │ ├──[-] format (20331:19)❌ 
    │ └──[🔀] description (12369:24)
    ├─┬grantManagementActionRequired
    │ ├──[🔀] type (12124:17)❌ 
    │ ├──[🔀] description (12125:24)
    │ └─┬Extensions
    │   └──[-] x-mint (21177:13)❌ 
    ├─┬jwks
    │ ├──[🔀] type (11776:17)❌ 
    │ ├──[🔀] description (11777:24)
    │ └─┬Extensions
    │   └──[+] x-mint (11780:13)
    ├─┬userInfoSignatureKeyId
    │ ├──[🔀] type (11698:17)❌ 
    │ ├──[+] format (11699:19)❌ 
    │ ├──[🔀] description (11700:24)
    │ └─┬Extensions
    │   └──[-] x-mint (20708:13)❌ 
    ├─┬supportedDocuments
    │ └──[🔀] description (12175:24)
    ├─┬authenticationCallbackApiSecret
    │ └──[🔀] description (10935:24)
    ├─┬supportedAttachments
    │ ├──[🔀] description (10893:24)
    │ └─┬Schema
    │   └──[🔀] $ref (12482:13)❌ 
    ├─┬jwksUri
    │ ├──[-] format (20655:19)❌ 
    │ └──[🔀] description (10836:24)
    ├─┬trustedRootCertificates
    │ ├──[-] items (20417:13)❌ 
    │ ├──[🔀] type (11176:17)❌ 
    │ ├──[🔀] description (11177:24)
    │ └─┬Extensions
    │   └──[+] x-mint (11182:13)
    ├─┬credentialJwks
    │ ├──[🔀] type (12392:17)❌ 
    │ ├──[+] format (12393:19)❌ 
    │ └──[🔀] description (12394:24)
    ├─┬missingClientIdAllowed
    │ ├──[🔀] description (12026:24)
    │ └─┬Extensions
    │   └──[+] x-mint (12030:13)
    ├─┬idTokenDuration
    │ ├──[🔀] type (12471:17)❌ 
    │ ├──[-] format (20563:19)❌ 
    │ └──[🔀] description (12472:24)
    ├─┬traditionalRequestObjectProcessingApplied
    │ ├──[🔀] description (11830:24)
    │ └─┬Extensions
    │   └──[🔀] x-mint (11834:13)
    ├─┬refreshTokenKept
    │ └──[🔀] description (11287:24)
    ├─┬supportedDocumentsValidationMethods
    │ └──[🔀] description (12299:24)
    ├─┬nbfOptional
    │ ├──[🔀] description (11201:24)
    │ └─┬Extensions
    │   └──[-] x-mint (20964:13)❌ 
    ├─┬singleAccessTokenPerSubject
    │ ├──[🔀] type (10863:17)❌ 
    │ ├──[+] format (10864:19)❌ 
    │ ├──[🔀] description (10866:24)
    │ └──[+] readOnly (10865:21)❌ 
    ├─┬issSuppressed
    │ ├──[🔀] type (11118:17)❌ 
    │ ├──[+] format (11120:19)❌ 
    │ ├──[🔀] description (11119:24)
    │ └─┬Extensions
    │   └──[-] x-mint (20991:13)❌ 
    ├─┬credentialDuration
    │ └──[🔀] description (12310:24)
    ├─┬supportedServiceProfiles
    │ ├──[🔀] description (11115:24)
    │ └─┬Schema
    │   └──[🔀] $ref (9724:13)❌ 
    ├─┬pkceRequired
    │ ├──[🔀] type (12139:17)❌ 
    │ └──[🔀] description (12140:24)
    ├─┬cimdHttpPermitted
    │ └──[🔀] description (12439:24)
    ├─┬tokenExchangeUnsignedJwtRejected
    │ └──[🔀] description (12243:24)
    ├─┬tosUri
    │ ├──[🔀] type (12252:17)❌ 
    │ ├──[-] format (20793:19)❌ 
    │ └──[🔀] description (12253:24)
    ├─┬loopbackRedirectionUriVariable
    │ ├──[🔀] description (12263:24)
    │ └─┬Extensions
    │   └──[-] x-mint (21241:13)❌ 
    ├─┬httpAliasProhibited
    │ ├──[+] items (11948:13)❌ 
    │ ├──[🔀] type (11946:17)❌ 
    │ └──[🔀] description (11949:24)
    ├─┬backchannelAuthenticationEndpoint
    │ ├──[-] format (20806:19)❌ 
    │ ├──[🔀] description (11516:24)
    │ └─┬Extensions
    │   └──[+] x-mint (11519:13)
    ├─┬supportedTrustFrameworks
    │ ├──[🔀] description (10888:24)
    │ └─┬Schema
    │   └──[+] enum (10887:17)
    ├─┬deviceVerificationUri
    │ ├──[🔀] type (11682:17)❌ 
    │ ├──[🔀] format (11683:19)❌ 
    │ └──[🔀] description (11684:24)
    ├─┬idTokenSignatureKeyId
    │ ├──[🔀] type (11351:17)❌ 
    │ ├──[+] format (11352:19)❌ 
    │ ├──[🔀] description (11353:24)
    │ └─┬Extensions
    │   └──[-] x-mint (20686:13)❌ 
    ├─┬requestObjectAudienceChecked
    │ ├──[🔀] type (11554:17)❌ 
    │ ├──[+] format (11560:19)❌ 
    │ ├──[🔀] description (11555:24)
    │ └─┬Extensions
    │   └──[-] x-mint (21288:13)❌ 
    ├─┬federationSignatureKeyId
    │ └──[🔀] description (12119:24)
    ├─┬endSessionEndpoint
    │ ├──[🔀] type (12313:17)❌ 
    │ ├──[-] format (21227:19)❌ 
    │ └──[🔀] description (12314:24)
    ├─┬supportedClientRegistrationTypes
    │ ├──[+] description (11367:24)
    │ └─┬Schema
    │   └──[🔀] $ref (9718:13)❌ 
    ├─┬backchannelBindingMessageRequiredInFapi
    │ ├──[🔀] type (11607:17)❌ 
    │ ├──[+] format (11608:19)❌ 
    │ ├──[🔀] description (11609:24)
    │ └─┬Extensions
    │   └──[-] x-mint (20843:13)❌ 
    ├─┬supportedCustomClientMetadata
    │ ├──[🔀] description (11388:24)
    │ └─┬Extensions
    │   └──[🔀] x-mint (11393:13)
    ├─┬tlsClientCertificateBoundAccessTokens
    │ ├──[+] items (11725:13)❌ 
    │ ├──[🔀] type (11723:17)❌ 
    │ └──[🔀] description (11726:24)
    ├─┬pushedAuthReqDuration
    │ ├──[🔀] type (12338:17)❌ 
    │ ├──[-] format (20350:19)❌ 
    │ ├──[🔀] description (12339:24)
    │ └─┬Extensions
    │   └──[-] x-mint (20354:13)❌ 
    ├─┬snsCredentials
    │ ├──[-] items (20108:13)❌ 
    │ ├──[🔀] type (12158:17)❌ 
    │ └──[🔀] description (12159:24)
    ├─┬description
    │ ├──[🔀] type (12274:17)❌ 
    │ └──[🔀] description (12275:24)
    ├─┬supportedPromptValues
    │ ├──[🔀] description (11719:24)
    │ └─┬Schema
    │   └──[🔀] $ref (11718:13)❌ 
    ├─┬nativeSsoSupported
    │ ├──[+] items (11212:13)❌ 
    │ ├──[🔀] type (11210:17)❌ 
    │ ├──[🔀] description (11213:24)
    │ └─┬Extensions
    │   └──[+] x-mint (11216:13)
    ├─┬deviceAuthorizationEndpoint
    │ ├──[-] format (20858:19)❌ 
    │ └──[🔀] description (10881:24)
    ├─┬tokenExchangeEncryptedJwtRejected
    │ └──[🔀] description (12233:24)
    ├─┬attributes
    │ ├──[-] items (20955:13)❌ 
    │ ├──[🔀] type (12476:17)❌ 
    │ ├──[+] format (12477:19)❌ 
    │ └──[🔀] description (12478:24)
    ├─┬claimShortcutRestrictive
    │ ├──[🔀] description (12427:24)
    │ └─┬Extensions
    │   └──[-] x-mint (20641:13)❌ 
    ├─┬deviceVerificationUriComplete
    │ ├──[🔀] type (11689:17)❌ 
    │ ├──[🔀] format (11690:19)❌ 
    │ ├──[🔀] description (11691:24)
    │ └─┬Extensions
    │   └──[-] x-mint (20877:13)❌ 
    ├─┬userInfoEndpoint
    │ └──[🔀] $ref (12518:13)❌ 
    ├─┬dcrDuplicateSoftwareIdBlocked
    │ ├──[🔀] type (12328:17)❌ 
    │ ├──[+] format (12329:19)❌ 
    │ └──[🔀] description (12330:24)
    ├─┬supportedElectronicRecords
    │ └──[🔀] description (12205:24)
    ├─┬pkceS256Required
    │ └──[🔀] description (11158:24)
    ├─┬organizationName
    │ └──[🔀] description (12416:24)
    ├─┬deviceFlowCodeDuration
    │ ├──[🔀] type (10873:17)❌ 
    │ ├──[🔀] format (10874:19)❌ 
    │ └──[🔀] description (10875:24)
    ├─┬authorizationResponseDuration
    │ └──[🔀] description (11069:24)
    ├─┬directIntrospectionEndpointEnabled
    │ ├──[🔀] type (11659:17)❌ 
    │ ├──[+] format (11660:19)❌ 
    │ ├──[🔀] description (11661:24)
    │ └─┬Extensions
    │   └──[+] x-mint (11666:13)
    ├─┬openidDroppedOnRefreshWithoutOfflineAccess
    │ ├──[🔀] type (10827:17)❌ 
    │ ├──[+] format (10828:19)❌ 
    │ ├──[🔀] description (10830:24)
    │ └──[+] readOnly (10829:21)❌ 
    ├─┬federationEnabled
    │ ├──[+] items (12380:13)❌ 
    │ ├──[🔀] type (12378:17)❌ 
    │ └──[🔀] description (12381:24)
    ├─┬supportedRevocationAuthMethods
    │ ├──[🔀] description (12365:24)
    │ └─┬Schema
    │   └──[🔀] $ref (10745:13)❌ 
    ├─┬clientAssertionAudRestrictedToIssuer
    │ └──[🔀] description (12461:24)
    ├─┬signedJwksUri
    │ └──[🔀] description (10833:24)
    ├─┬authenticationCallbackApiKey
    │ ├──[+] items (11744:13)❌ 
    │ ├──[🔀] type (11742:17)❌ 
    │ └──[🔀] description (11745:24)
    ├─┬supportedEvidence
    │ └──[🔀] description (12213:24)
    ├─┬credentialTransactionDuration
    │ ├──[🔀] type (12323:17)❌ 
    │ ├──[-] format (21555:19)❌ 
    │ └──[🔀] description (12324:24)
    ├─┬supportedBackchannelTokenDeliveryModes
    │ ├──[🔀] description (12167:24)
    │ └─┬Schema
    │   └──[🔀] $ref (12766:13)❌ 
    ├─┬supportedUiLocales
    │ ├──[🔀] description (11090:24)
    │ └─┬Schema
    │   └──[🔀] $ref (9724:13)❌ 
    ├─┬rsResponseSigned
    │ ├──[🔀] type (12353:17)❌ 
    │ └──[🔀] description (12354:24)
    ├─┬tokenBatchNotificationEndpoint
    │ ├──[+] items (11732:13)❌ 
    │ ├──[🔀] type (11730:17)❌ 
    │ ├──[-] format (20073:19)❌ 
    │ └──[🔀] description (11733:24)
    ├─┬dynamicRegistrationSupported
    │ ├──[🔀] type (12333:17)❌ 
    │ ├──[+] format (12334:19)❌ 
    │ └──[🔀] description (12335:24)
    ├─┬developerAuthenticationCallbackEndpoint
    │ ├──[-] format (20090:19)❌ 
    │ └──[🔀] description (10878:24)
    ├─┬clientIdAliasEnabled
    │ ├──[🔀] description (11426:24)
    │ └─┬Extensions
    │   └──[+] x-mint (11430:13)
    ├─┬cimdAllowlistEnabled
    │ └──[🔀] description (11622:24)
    ├─┬jwtGrantEncryptedJwtRejected
    │ ├──[🔀] type (11443:17)❌ 
    │ ├──[+] format (11444:19)❌ 
    │ └──[🔀] description (11445:24)
    ├─┬requestObjectEncryptionEncMatchRequired
    │ ├──[🔀] description (12073:24)
    │ └─┬Extensions
    │   └──[🔀] x-mint (12077:13)
    ├─┬userCodeCharset
    │ └──[🔀] $ref (11204:11)❌ 
    ├─┬serviceName
    │ ├──[🔀] type (11329:17)❌ 
    │ ├──[🔀] description (11330:24)
    │ └─┬Extensions
    │   └──[+] x-mint (11333:13)
    ├─┬credentialIssuerMetadata
    │ └──[🔀] $ref (10909:11)❌ 
    ├─┬supportedDocumentsMethods
    │ └──[🔀] description (12185:24)
    ├─┬metadata
    │ ├──[-] items (20116:13)❌ 
    │ ├──[🔀] type (12268:17)❌ 
    │ └──[🔀] description (12269:24)
    ├─┬refreshTokenIdempotent
    │ └──[🔀] description (11282:24)
    ├─┬idTokenReissuable
    │ ├──[🔀] type (12399:17)❌ 
    │ └──[🔀] description (12400:24)
    ├─┬authenticationCallbackEndpoint
    │ ├──[-] format (20140:19)❌ 
    │ └──[🔀] description (10942:24)
    ├─┬tokenExchangeByConfidentialClientsOnly
    │ ├──[🔀] type (10856:17)❌ 
    │ ├──[+] format (10857:19)❌ 
    │ └──[🔀] description (10858:24)
    ├─┬credentialOfferDuration
    │ ├──[🔀] type (12373:17)❌ 
    │ ├──[-] format (21540:19)❌ 
    │ └──[🔀] description (12374:24)
    ├─┬backchannelUserCodeParameterSupported
    │ ├──[🔀] description (11628:24)
    │ └─┬Extensions
    │   └──[+] x-mint (11632:13)
    ├─┬revocationEndpoint
    │ ├──[🔀] type (11165:17)❌ 
    │ ├──[-] format (20314:19)❌ 
    │ └──[🔀] description (11166:24)
    ├─┬clientsPerDeveloper
    │ ├──[🔀] type (10895:17)❌ 
    │ ├──[-] format (20085:19)❌ 
    │ └──[🔀] description (10896:24)
    ├─┬federationRegistrationEndpoint
    │ ├──[🔀] type (12114:17)❌ 
    │ └──[🔀] description (12115:24)
    ├─┬verifiableCredentialsEnabled
    │ ├──[🔀] type (11493:17)❌ 
    │ ├──[🔀] description (11494:24)
    │ └─┬Extensions
    │   └──[+] x-mint (11497:13)
    ├─┬supportedVerificationMethods
    │ └──[🔀] description (11706:24)
    ├─┬userCodeLength
    │ ├──[🔀] type (11978:17)❌ 
    │ ├──[-] format (20910:19)❌ 
    │ ├──[🔀] description (11979:24)
    │ └─┬Extensions
    │   └──[+] x-mint (11983:13)
    ├─┬cnonceDuration
    │ ├──[🔀] type (12432:17)❌ 
    │ ├──[-] format (21520:19)❌ 
    │ └──[🔀] description (12433:24)
    ├─┬authorizationEndpoint
    │ ├──[+] items (12107:13)❌ 
    │ ├──[🔀] type (12105:17)❌ 
    │ ├──[-] format (20223:19)❌ 
    │ └──[🔀] description (12108:24)
    ├─┬parRequired
    │ └──[🔀] description (12291:24)
    ├─┬tokenExchangeByIdentifiableClientsOnly
    │ ├──[🔀] type (11072:17)❌ 
    │ ├──[+] format (11073:19)❌ 
    │ └──[🔀] description (11074:24)
    ├─┬tokenEndpoint
    │ ├──[🔀] type (11246:17)❌ 
    │ ├──[-] format (20284:19)❌ 
    │ └──[🔀] description (11247:24)
    ├─┬cimdAllowlist
    │ ├──[-] items (21656:13)❌ 
    │ ├──[🔀] type (11614:17)❌ 
    │ ├──[+] format (11615:19)❌ 
    │ └──[🔀] description (11616:24)
    ├─┬developerAuthenticationCallbackApiKey
    │ ├──[🔀] type (12004:17)❌ 
    │ └──[🔀] description (12005:24)
    ├─┬jwtGrantByIdentifiableClientsOnly
    │ ├──[🔀] type (11461:17)❌ 
    │ └──[🔀] description (11462:24)
    ├─┬preAuthorizedGrantAnonymousAccessSupported
    │ └──[🔀] description (11049:24)
    ├─┬directAuthorizationEndpointEnabled
    │ ├──[🔀] type (11653:17)❌ 
    │ ├──[+] format (11654:19)❌ 
    │ └──[🔀] description (11655:24)
    ├─┬supportedScopes
    │ ├──[🔀] description (10966:24)
    │ ├─┬Schema
    │ │ └──[🔀] $ref (10773:13)❌ 
    │ └─┬Extensions
    │   └──[-] x-mint (20522:13)❌ 
    ├─┬predefinedTransformedClaims
    │ ├──[+] format (11575:19)❌ 
    │ └──[🔀] description (11571:24)
    ├─┬cimdAlwaysRetrieved
    │ ├──[+] items (12445:13)❌ 
    │ ├──[🔀] type (12443:17)❌ 
    │ └──[🔀] description (12446:24)
    ├─┬userPinLength
    │ ├──[🔀] type (11536:17)❌ 
    │ ├──[🔀] format (11542:19)❌ 
    │ └──[🔀] description (11537:24)
    ├─┬serviceDocumentation
    │ ├──[🔀] type (12304:17)❌ 
    │ ├──[-] format (20800:19)❌ 
    │ └──[🔀] description (12305:24)
    ├─┬trustAnchors
    │ ├──[-] items (21492:13)❌ 
    │ ├──[🔀] type (11577:17)❌ 
    │ ├──[+] format (11582:19)❌ 
    │ └──[🔀] description (11578:24)
    ├─┬jwtGrantUnsignedJwtRejected
    │ └──[🔀] description (12258:24)
    ├─┬supportedSnses
    │ ├──[🔀] description (11308:24)
    │ ├─┬Schema
    │ │ └──[🔀] $ref (10784:13)❌ 
    │ └─┬Extensions
    │   └──[+] x-mint (11311:13)
    ├─┬oid4vciVersion
    │ ├──[🔀] type (11748:17)❌ 
    │ ├──[🔀] description (11749:24)
    │ └─┬Extensions
    │   └──[+] x-mint (11753:13)
    └─┬requestObjectRequired
      ├──[🔀] description (11878:24)
      └─┬Extensions
        └──[+] x-mint (11882:13)
Document Element Total Changes Breaking Changes
info 1 0
paths 224 150
components 421 205

View full report

Linting Report 0 errors, 373 warnings, 11 hints

View full report

CLI CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.761.7

Last updated by Speakeasy workflow

* `Authlete.Service.Get()`: **Added**
* `Authlete.Service.List()`: **Added**
* `Authlete.Service.Update()`: **Added**
* `Authlete.Service.Delete()`: **Added**
* `Authlete.Service.GetConfiguration()`: **Added**
* `Authlete.Client.Get()`: **Added**
* `Authlete.Client.List()`: **Added**
* `Authlete.Client.Create()`: **Added**
* `Authlete.Client.Update()`: **Added**
* `Authlete.Client.UpdateForm()`: **Added**
* `Authlete.Client.Delete()`: **Added**
* `Authlete.Client.Management.UpdateLockFlag()`: **Added**
* `Authlete.Client.Management.RefreshSecret()`: **Added**
* `Authlete.Client.Management.UpdateSecret()`: **Added**
* `Authlete.Client.Management.ListAuthorizations()`: **Added**
* `Authlete.Client.Management.UpdateAuthorizations()`: **Added**
* `Authlete.Client.Management.DeleteAuthorizations()`: **Added**
* `Authlete.Client.Management.GetGrantedScopes()`: **Added**
* `Authlete.Client.Management.DeleteGrantedScopes()`: **Added**
* `Authlete.Client.Management.GetRequestableScopes()`: **Added**
* `Authlete.Client.Management.UpdateRequestableScopes()`: **Added**
* `Authlete.Client.Management.DeleteRequestableScopes()`: **Added**
* `Authlete.Authorization.ProcessRequest()`: **Added**
* `Authlete.Authorization.Fail()`: **Added**
* `Authlete.Authorization.Issue()`: **Added**
* `Authlete.Authorization.Management.GetTicketInfo()`: **Added**
* `Authlete.Authorization.Management.UpdateTicket()`: **Added**
* `Authlete.PushedAuthorization.Create()`: **Added**
* `Authlete.Token.Process()`: **Added**
* `Authlete.Token.Fail()`: **Added**
* `Authlete.Token.Issue()`: **Added**
* `Authlete.Token.Management.ReissueIdToken()`: **Added**
* `Authlete.Token.Management.List()`: **Added**
* `Authlete.Token.Management.Create()`: **Added**
* `Authlete.Token.Management.Update()`: **Added**
* `Authlete.Token.Management.Delete()`: **Added**
* `Authlete.Token.Management.Revoke()`: **Added**
* `Authlete.Introspection.Process()`: **Added**
* `Authlete.Introspection.StandardProcess()`: **Added**
* `Authlete.Revocation.Process()`: **Added**
* `Authlete.Userinfo.Process()`: **Added**
* `Authlete.Userinfo.Issue()`: **Added**
* `Authlete.GrantManagement.ProcessRequest()`: **Added**
* `Authlete.JwkSetEndpoint.ServiceJwksGetApi()`: **Added**
* `Authlete.DynamicClientRegistration.Register()`: **Added**
* `Authlete.DynamicClientRegistration.Get()`: **Added**
* `Authlete.DynamicClientRegistration.Update()`: **Added**
* `Authlete.DynamicClientRegistration.Delete()`: **Added**
* `Authlete.Ciba.ProcessAuthentication()`: **Added**
* `Authlete.Ciba.Issue()`: **Added**
* `Authlete.Ciba.Fail()`: **Added**
* `Authlete.Ciba.Complete()`: **Added**
* `Authlete.DeviceFlow.Authorization()`: **Added**
* `Authlete.DeviceFlow.Verification()`: **Added**
* `Authlete.DeviceFlow.Complete()`: **Added**
* `Authlete.JoseObject.JoseVerifyApi()`: **Added**
* `Authlete.HardwareSecurityKeys.Create()`: **Added**
* `Authlete.HardwareSecurityKeys.Delete()`: **Added**
* `Authlete.HardwareSecurityKeys.Get()`: **Added**
* `Authlete.HardwareSecurityKeys.List()`: **Added**
* `Authlete.VerifiableCredentials.GetMetadata()`: **Added**
* `Authlete.VerifiableCredentials.GetJwtIssuer()`: **Added**
* `Authlete.VerifiableCredentials.GetJwks()`: **Added**
* `Authlete.VerifiableCredentials.CreateOffer()`: **Added**
* `Authlete.VerifiableCredentials.GetOfferInfo()`: **Added**
* `Authlete.VerifiableCredentials.Parse()`: **Added**
* `Authlete.VerifiableCredentials.Issue()`: **Added**
* `Authlete.VerifiableCredentials.BatchParse()`: **Added**
* `Authlete.VerifiableCredentials.BatchIssue()`: **Added**
* `Authlete.VerifiableCredentials.DeferredParse()`: **Added**
* `Authlete.VerifiableCredentials.DeferredIssue()`: **Added**
* `Authlete.NativeSso.Process()`: **Added**
* `Authlete.NativeSso.Logout()`: **Added**
* `Authlete.ClientManagement.ClientGetApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.ClientGetListApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.ClientCreateApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.ClientUpdateApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.ClientUpdateApi1Form()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.ClientDeleteApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.ClientFlagUpdateApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.ClientSecretRefreshApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.ClientSecretUpdateApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.ClientAuthorizationGetListBySubjectApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.ClientAuthorizationUpdateApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.ClientAuthorizationDeleteBySubjectApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.ClientGrantedScopesGetBySubjectApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.ClientGrantedScopesDeleteBySubjectApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.ClientExtensionRequestablesScopesGetApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.ClientExtensionRequestablesScopesUpdateApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.ClientExtensionRequestablesScopesDeleteApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.UpdateLockFlag()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.RefreshSecret()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.UpdateSecret()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.Authorizations()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.UpdateAuthorizations()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.DestroyAuthorizations()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.GrantedScopes()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.DestroyGrantedScopes()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.RequestableScopes()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.UpdateRequestableScopes()`: **Removed** (Breaking ⚠️)
* `Authlete.ClientManagement.DestroyRequestableScopes()`: **Removed** (Breaking ⚠️)
* `Authlete.ServiceManagement.ServiceGetApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ServiceManagement.ServiceGetListApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ServiceManagement.ServiceCreateApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ServiceManagement.ServiceUpdateApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ServiceManagement.ServiceDeleteApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.ServiceManagement.ServiceConfigurationApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.Services.Retrieve()`: **Removed** (Breaking ⚠️)
* `Authlete.Services.List()`: **Removed** (Breaking ⚠️)
* `Authlete.Services.Create()`: **Removed** (Breaking ⚠️)
* `Authlete.Services.Update()`: **Removed** (Breaking ⚠️)
* `Authlete.Services.Destroy()`: **Removed** (Breaking ⚠️)
* `Authlete.Services.Configuration()`: **Removed** (Breaking ⚠️)
* `Authlete.Clients.Retrieve()`: **Removed** (Breaking ⚠️)
* `Authlete.Clients.List()`: **Removed** (Breaking ⚠️)
* `Authlete.Clients.Create()`: **Removed** (Breaking ⚠️)
* `Authlete.Clients.Update()`: **Removed** (Breaking ⚠️)
* `Authlete.Clients.UpdateForm()`: **Removed** (Breaking ⚠️)
* `Authlete.Clients.Destroy()`: **Removed** (Breaking ⚠️)
* `Authlete.AuthorizationEndpoint.AuthAuthorizationApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.AuthorizationEndpoint.AuthAuthorizationFailApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.AuthorizationEndpoint.AuthAuthorizationIssueApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.AuthorizationEndpoint.GetAuthorizationTicketInfo()`: **Removed** (Breaking ⚠️)
* `Authlete.AuthorizationEndpoint.UpdateAuthorizationTicket1()`: **Removed** (Breaking ⚠️)
* `Authlete.Authorization.ProcessRequest()`: **Removed** (Breaking ⚠️)
* `Authlete.Authorization.FailRequest()`: **Removed** (Breaking ⚠️)
* `Authlete.Authorization.IssueResponse()`: **Removed** (Breaking ⚠️)
* `Authlete.PushedAuthorizationEndpoint.PushedAuthReqApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.PushedAuthorization.Create()`: **Removed** (Breaking ⚠️)
* `Authlete.TokenEndpoint.AuthTokenApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.TokenEndpoint.AuthTokenFailApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.TokenEndpoint.AuthTokenIssueApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.TokenEndpoint.IdtokenReissueApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.Tokens.ProcessRequest()`: **Removed** (Breaking ⚠️)
* `Authlete.Tokens.FailRequest()`: **Removed** (Breaking ⚠️)
* `Authlete.Tokens.IssueResponse()`: **Removed** (Breaking ⚠️)
* `Authlete.IntrospectionEndpoint.AuthIntrospectionApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.IntrospectionEndpoint.AuthIntrospectionStandardApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.Introspection.ProcessRequest()`: **Removed** (Breaking ⚠️)
* `Authlete.Introspection.StandardProcess()`: **Removed** (Breaking ⚠️)
* `Authlete.RevocationEndpoint.AuthRevocationApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.Revocation.ProcessRequest()`: **Removed** (Breaking ⚠️)
* `Authlete.UserInfoEndpoint.AuthUserinfoApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.UserInfoEndpoint.AuthUserinfoIssueApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.Userinfo.ProcessRequest()`: **Removed** (Breaking ⚠️)
* `Authlete.Userinfo.IssueResponse()`: **Removed** (Breaking ⚠️)
* `Authlete.TokenManagement.ReissueIdToken()`: **Removed** (Breaking ⚠️)
* `Authlete.TokenManagement.List()`: **Removed** (Breaking ⚠️)
* `Authlete.TokenManagement.Create()`: **Removed** (Breaking ⚠️)
* `Authlete.TokenManagement.Update()`: **Removed** (Breaking ⚠️)
* `Authlete.TokenManagement.Destroy()`: **Removed** (Breaking ⚠️)
* `Authlete.TokenManagement.Revoke()`: **Removed** (Breaking ⚠️)
* `Authlete.GrantManagementEndpoint.GrantMApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.GrantManagement.ProcessRequest()`: **Removed** (Breaking ⚠️)
* `Authlete.JwkSetEndpoint.ServiceJwksGetApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.JwkSetEndpoint.ServiceJwksGetApi2()`: **Removed** (Breaking ⚠️)
* `Authlete.DynamicClientRegistration.ClientRegistrationApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.DynamicClientRegistration.ClientRegistrationGetApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.DynamicClientRegistration.ClientRegistrationUpdateApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.DynamicClientRegistration.ClientRegistrationDeleteApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.DynamicClientRegistration.Register()`: **Removed** (Breaking ⚠️)
* `Authlete.DynamicClientRegistration.Retrieve()`: **Removed** (Breaking ⚠️)
* `Authlete.DynamicClientRegistration.Update()`: **Removed** (Breaking ⚠️)
* `Authlete.DynamicClientRegistration.Destroy()`: **Removed** (Breaking ⚠️)
* `Authlete.Ciba.BackchannelAuthenticationApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.Ciba.BackchannelAuthenticationIssueApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.Ciba.BackchannelAuthenticationFailApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.Ciba.BackchannelAuthenticationCompleteApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.Ciba.ProcessAuthentication()`: **Removed** (Breaking ⚠️)
* `Authlete.Ciba.IssueResponse()`: **Removed** (Breaking ⚠️)
* `Authlete.Ciba.FailRequest()`: **Removed** (Breaking ⚠️)
* `Authlete.Ciba.CompleteRequest()`: **Removed** (Breaking ⚠️)
* `Authlete.DeviceFlow.DeviceAuthorizationApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.DeviceFlow.DeviceVerificationApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.DeviceFlow.DeviceCompleteApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.DeviceFlow.Authorization()`: **Removed** (Breaking ⚠️)
* `Authlete.DeviceFlow.Verification()`: **Removed** (Breaking ⚠️)
* `Authlete.DeviceFlow.CompleteRequest()`: **Removed** (Breaking ⚠️)
* `Authlete.TokenOperations.AuthTokenGetListApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.TokenOperations.AuthTokenCreateApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.TokenOperations.AuthTokenUpdateApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.TokenOperations.AuthTokenDeleteApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.TokenOperations.AuthTokenRevokeApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.JoseObject.JoseVerifyApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.JoseObject.JoseVerifyApi2()`: **Removed** (Breaking ⚠️)
* `Authlete.FederationEndpoint.FederationConfigurationApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.FederationEndpoint.FederationRegistrationApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.HardwareSecurityKey.HskCreateApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.HardwareSecurityKey.HskDeleteApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.HardwareSecurityKey.HskGetApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.HardwareSecurityKey.HskGetListApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.HardwareSecurityKeys.Create()`: **Removed** (Breaking ⚠️)
* `Authlete.HardwareSecurityKeys.Destroy()`: **Removed** (Breaking ⚠️)
* `Authlete.HardwareSecurityKeys.Retrieve()`: **Removed** (Breaking ⚠️)
* `Authlete.HardwareSecurityKeys.List()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentialIssuer.VciMetadataApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentialIssuer.VciJwtissuerApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentialIssuer.VciJwksApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentialIssuer.VciOfferCreateApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentialIssuer.VciOfferInfoApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentialIssuer.VciSingleParseApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentialIssuer.VciSingleIssueApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentialIssuer.VciBatchParseApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentialIssuer.VciBatchIssueApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentialIssuer.VciDeferredParseApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentialIssuer.VciDeferredIssueApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentials.Metadata()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentials.JwtIssuer()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentials.Jwks()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentials.CreateOffer()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentials.OfferInfo()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentials.Parse()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentials.IssueResponse()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentials.BatchParse()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentials.BatchIssue()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentials.DeferredParse()`: **Removed** (Breaking ⚠️)
* `Authlete.VerifiableCredentials.DeferredIssue()`: **Removed** (Breaking ⚠️)
* `Authlete.AuthorizationManagement.TicketInfo()`: **Removed** (Breaking ⚠️)
* `Authlete.AuthorizationManagement.UpdateTicket()`: **Removed** (Breaking ⚠️)
* `Authlete.NativeSso.NativeSsoApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.NativeSso.NativeSsoLogoutApi1()`: **Removed** (Breaking ⚠️)
* `Authlete.NativeSso.ProcessRequest()`: **Removed** (Breaking ⚠️)
* `Authlete.NativeSso.Logout()`: **Removed** (Breaking ⚠️)
@srqai srqai added the patch Patch version bump label Apr 17, 2026
@srqai srqai merged commit d2ab581 into main Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants