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