-
public final class ContinueWithAuthRequestRequest object containing input parameters for the FetchDomain.continueWithAuth command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringrequestIdprivate final AuthChallengeResponseauthChallengeResponse
-
Constructor Summary
Constructors Constructor Description ContinueWithAuthRequest(String requestId, AuthChallengeResponse authChallengeResponse)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final AuthChallengeResponsecomponent2()final ContinueWithAuthRequestcopy(String requestId, AuthChallengeResponse authChallengeResponse)final StringgetRequestId()An id the client received in authRequired event. final AuthChallengeResponsegetAuthChallengeResponse()Response to with an authChallenge. -
-
Constructor Detail
-
ContinueWithAuthRequest
ContinueWithAuthRequest(String requestId, AuthChallengeResponse authChallengeResponse)
-
-
Method Detail
-
component1
final String component1()
-
component2
final AuthChallengeResponse component2()
-
copy
final ContinueWithAuthRequest copy(String requestId, AuthChallengeResponse authChallengeResponse)
-
getRequestId
final String getRequestId()
An id the client received in authRequired event.
-
getAuthChallengeResponse
final AuthChallengeResponse getAuthChallengeResponse()
Response to with an authChallenge.
-
-
-
-