Class SecuritySchemeOAuth2

java.lang.Object
com.github.chhorz.openapi.common.domain.SecurityScheme
com.github.chhorz.openapi.common.domain.SecuritySchemeOAuth2

public class SecuritySchemeOAuth2 extends SecurityScheme
https://spec.openapis.org/oas/v3.1.0#implicit-oauth2-sample
Author:
chhorz
  • Constructor Details

    • SecuritySchemeOAuth2

      public SecuritySchemeOAuth2(OAuthFlows flows)
  • Method Details