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

com.duosecurity.TokenValidator Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package com.duosecurity;

import com.auth0.jwt.interfaces.DecodedJWT;
import com.duosecurity.exception.DuoException;

public interface TokenValidator {
  public DecodedJWT validateAndDecode(String jwt) throws DuoException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy