Package com.auth0.net


package com.auth0.net
  • Class
    Description
    Class that represents an OAuth 2.0 Authentication/Authorization request.
     
     
    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 represents a application/x-www-form-urlencoded request
    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.
    Class that represents an HTTP Request that can be executed.
    Class that represents a Create User call.
    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.