Class OAuthFlows


  • public class OAuthFlows
    extends Object
    Represents an OAuth Flows Object.

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

    • Constructor Detail

      • OAuthFlows

        public OAuthFlows​(OAuthFlows delegate)
      • OAuthFlows

        public OAuthFlows​(Object delegate)
    • Method Detail

      • hashCode

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

        public OAuthFlow getImplicit()
        Configuration for the OAuth Implicit flow.
        Returns:
      • getPassword

        public OAuthFlow getPassword()
        Configuration for the OAuth Resource Owner Password flow
        Returns:
      • getClientCredentials

        public OAuthFlow getClientCredentials()
        Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0.
        Returns:
      • getAuthorizationCode

        public OAuthFlow getAuthorizationCode()
        Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0.
        Returns: