| java.lang.Object | |
| ↳ | com.amazon.identity.auth.device.api.authorization.ScopeFactory | 
Generic factory for creating Scope objects. Use this factory if a scope you want to use is not provided by
 a Login With Amazon enabled SDK.{@since 3.0
}
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Creates a scope for a given scope name and scope data. | |||||||||||
| Creates a scope for a given scope name. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
Creates a scope for a given scope name and scope data.
| name | The literal string value of the scope parameter. | 
|---|---|
| scopeData | The JSON representation of additional data to be used with the named scope. | 
Scope that represents the scope of the given name and scope data.
Creates a scope for a given scope name.
| name | The literal string value of the scope parameter. | 
|---|
Scope that represents the scope of the given name.