| Package | Description |
|---|---|
| com.lookfirst.wepay |
| Modifier and Type | Method and Description |
|---|---|
static WePayApi.Scope |
WePayApi.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WePayApi.Scope[] |
WePayApi.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<WePayApi.Scope> |
WePayApi.Scope.getAll() |
| Modifier and Type | Method and Description |
|---|---|
String |
WePayApi.getAuthorizationUri(List<WePayApi.Scope> scopes,
String redirectUri,
String state)
Generate URI used during oAuth authorization
Redirect your user to this URI where they can grant your application
permission to make API calls
|
String |
WePayApi.getAuthorizationUri(List<WePayApi.Scope> scopes,
String redirectUri,
String state,
String userName,
String userEmail)
Generate URI used during oAuth authorization
Redirect your user to this URI where they can grant your application
permission to make API calls
|
Copyright © 2014. All Rights Reserved.