Class TokenAbbreviator

java.lang.Object
com.nimbusds.common.oauth2.TokenAbbreviator

public class TokenAbbreviator extends Object
Token abbreviation utility.
  • Constructor Details

  • Method Details

    • 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".