public class TokenAbbreviator extends Object
Constructor and Description |
---|
TokenAbbreviator() |
Modifier and Type | Method and Description |
---|---|
static String |
abbreviate(com.nimbusds.oauth2.sdk.token.Token token)
Returns the first nine characters of the specified token.
|
public TokenAbbreviator()
public static String abbreviate(com.nimbusds.oauth2.sdk.token.Token token)
token
- The token, null
if not specified.Copyright © 2019 Connect2id. All rights reserved.