public class AuthContext extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTH_SCHEME_STRING_FIELD_INDEX |
static int |
AUTH_TOKEN_STRING_FIELD_INDEX |
| Constructor and Description |
|---|
AuthContext(BStruct authContextStruct) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthToken() |
String |
getScheme() |
void |
setAuthToken(String authToken) |
void |
setScheme(String authType) |
public static final int AUTH_SCHEME_STRING_FIELD_INDEX
public static final int AUTH_TOKEN_STRING_FIELD_INDEX
public AuthContext(BStruct authContextStruct)
Copyright © 2018 WSO2. All rights reserved.