You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
authorizationUrl in OAuthFlow should be optional, since it only applies to implicit or authorizationCode flows. clientCredentials flow, for example, does not use it.
Tapir version: ***
Scala version: ***
Describe the bug
authorizationUrl
inOAuthFlow
should be optional, since it only applies toimplicit
orauthorizationCode
flows.clientCredentials
flow, for example, does not use it.Similar to #737.
The text was updated successfully, but these errors were encountered: