public class Authorization extends Object
Authorization header.
The HTTP Authorization header is in the format:
Authorization: <scheme> <token>| Modifier and Type | Method and Description |
|---|---|
String |
getScheme() |
String |
getToken() |
String |
toString()
Return the HTTP
Authorization header value. |
Copyright © 2018. All rights reserved.