java.lang.Object
com.pingidentity.sdk.api.authn.model.state.Completed
All Implemented Interfaces:
Serializable

public class Completed extends Object implements Serializable
The model for the COMPLETED state.
Since:
9.3
See Also:
  • Constructor Details

    • Completed

      public Completed()
  • Method Details

    • getAuthorizeResponse

      public Map<String,String> getAuthorizeResponse()
      For an OAuth flow using the pi.flow response mode, this field contains the authorization response parameters.
    • setAuthorizeResponse

      public void setAuthorizeResponse(Map<String,String> authorizeResponse)
      Set the OAuth authorization response parameters.
    • getUser

      public User getUser()
      For an OAuth flow using the pi.flow response mode, this field contains the user information obtained during authentication.
    • setUser

      public void setUser(User user)
      Set the user information obtained during authentication.