Class TokenAbbreviator

    • Method Detail

      • abbreviate

        public static String abbreviate​(com.nimbusds.oauth2.sdk.token.Token token)
        Returns the first nine characters of the specified token.
        Parameters:
        token - The token, null if not specified.
        Returns:
        The first nine token characters, or "null".