Class Completed
java.lang.Object
com.pingidentity.sdk.api.authn.model.state.Completed
- All Implemented Interfaces:
Serializable
The model for the
COMPLETED state.- Since:
- 9.3
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFor an OAuth flow using the pi.flow response mode, this field contains the authorization response parameters.getUser()For an OAuth flow using the pi.flow response mode, this field contains the user information obtained during authentication.voidsetAuthorizeResponse(Map<String, String> authorizeResponse) Set the OAuth authorization response parameters.voidSet the user information obtained during authentication.
-
Constructor Details
-
Completed
public Completed()
-
-
Method Details
-
getAuthorizeResponse
For an OAuth flow using the pi.flow response mode, this field contains the authorization response parameters. -
setAuthorizeResponse
Set the OAuth authorization response parameters. -
getUser
For an OAuth flow using the pi.flow response mode, this field contains the user information obtained during authentication. -
setUser
Set the user information obtained during authentication.
-