public class AuthHttpResponseParser
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static AuthUserSession |
parseHttpResponse(java.lang.String responseStr)
Parses the http response from Cognito service and extracts tokens.
|
public static final AuthUserSession parseHttpResponse(java.lang.String responseStr)
Throws when
responseStr - Required: Response from Cognito Service Token-Endpoint.AuthUserSession.