public class AuthContext extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AUTH_SCHEME_KEY |
static String |
AUTH_TOKEN_KEY |
Constructor and Description |
---|
AuthContext(BMap<String,BValue> authContextStruct) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthToken() |
String |
getScheme() |
void |
setAuthToken(String authToken) |
void |
setScheme(String authType) |
public static final String AUTH_SCHEME_KEY
public static final String AUTH_TOKEN_KEY
Copyright © 2018 WSO2. All rights reserved.