Interface RefreshTokenConfiguration

    • Method Detail

      • getJwsAlgorithm

        @NonNull
        com.nimbusds.jose.JWSAlgorithm getJwsAlgorithm()
        Returns:
        JWS Algorithm
      • getSecret

        @NonNull
        java.lang.String getSecret()
        Returns:
        Secret used to sign the refresh token.
      • isBase64

        boolean isBase64()
        Returns:
        true if the secret is Base64 encoded