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