Package com.auth0.net


package com.auth0.net
  • Interface Summary
    Interface
    Description
    Class that represents an OAuth 2.0 Authentication/Authorization request.
    Class that represents an HTTP Request that can be executed.
    Class that represents a Create User call.
  • Class Summary
    Class
    Description
     
     
    Request class that accepts parameters to be sent as part of its body.
    Request class that does not accept parameters to be sent as part of its body.
    Request class that accepts parts to be sent encoded in a form.
    An OkHttp Interceptor responsible for retrying rate-limit errors (429) using a configurable maximum number of retries, and an exponential backoff on retry attempts.
    Representation of the client information sent by this SDK on every request.
    OkHttp Interceptor implementation that adds the auth0-client header to every request made by this SDK.
     
    Represents a request that doesn't return any value on its success.