Package | Description |
---|---|
com.neovisionaries.android.oauth20 |
Modifier and Type | Method and Description |
---|---|
ResponseType |
AuthorizationRequest.getResponseType()
Get the response type (= the value of
response_type
parameter (REQUIRED parameter)). |
static ResponseType |
ResponseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseType[] |
ResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AuthorizationRequest |
AuthorizationRequest.setResponseType(ResponseType responseType)
Set the response type (= the value of
response_type
parameter (REQUIRED parameter)). |
Copyright © 2016. All rights reserved.