Interface StaticTokenCredentials
- All Superinterfaces:
ChannelCredentials
This object is required for channels which use a static token credential for authentication.
-
Method Details
-
getToken
String getToken()The static token for the channel.- Returns:
- token
-
builder
Getting builder- Returns:
- New Builder instance
-