public class PunchAuthToken extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PunchAuthToken.TokenTypes |
Constructor and Description |
---|
PunchAuthToken(String header)
Build the token according to a header matching pattern :
'type value'
Value can be either 'login:password' or an encoded password
|
PunchAuthToken(String type,
String token) |
public PunchAuthToken(String header)
header
- Http request's auth header valueCopyright © 2023. All rights reserved.