Package com.auth0.net


package com.auth0.net
  • Class
    Description
    A request class that is able to interact fluently with the Auth0 server.
    Request class that does not accept parameters to be sent as part of its body.
    Represents a form 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.
    Represents the response of an HTTP request executed by Request.
    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.
    Class that represents an OAuth 2.0 Authentication/Authorization request.
    Represents a request that doesn't return any value on its success.