Class OAuthFlow

java.lang.Object
io.vertx.mutiny.openapi.contract.OAuthFlow
All Implemented Interfaces:
MutinyDelegate

public class OAuthFlow extends Object implements MutinyDelegate
Represents an OAuth Flow Object (the configuration).

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

  • Field Details

  • Constructor Details

    • OAuthFlow

      public OAuthFlow(io.vertx.openapi.contract.OAuthFlow delegate)
    • OAuthFlow

      public OAuthFlow(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.openapi.contract.OAuthFlow getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getAuthorizationUrl

      public String getAuthorizationUrl()
      Returns:
    • getTokenUrl

      public String getTokenUrl()
      Returns:
    • getRefreshUrl

      public String getRefreshUrl()
      Returns:
    • getScopes

      public Set<String> getScopes()
      Returns:
    • newInstance

      public static OAuthFlow newInstance(io.vertx.openapi.contract.OAuthFlow arg)