All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.auth0.web.Auth0Client Maven / Gradle / Ivy

package com.auth0.web;

public interface Auth0Client {

    public Tokens getTokens(String authorizationCode, String redirectUri);

    public Auth0User getUserProfile(Tokens tokens);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy