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

com.auth0.NonceStorage Maven / Gradle / Ivy

package com.auth0;

public interface NonceStorage {
    String getState();

    void setState(String nonce);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy