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

com.infilos.auth.token.TokenMode Maven / Gradle / Ivy

The newest version!
package com.infilos.auth.token;

public enum TokenMode {
    DEFAULT,    // sign+encrypt, 32 id make 456 jwt
    ENCRYPTION, // encrypt, 32 id make 285 jwt
    SIGNATURE,  // sign, 32 id make 269 jwt
    PLAINTEXT   // neither, 32 id make 269 jwt
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy