Uses of Class
com.okta.idx.sdk.api.model.RequestContext
Package
Description
This package contains helper classes for controllers.
-
Uses of RequestContext in com.okta.idx.sdk.api.client
Modifier and TypeMethodDescriptionIDXAuthenticationWrapper.begin
(RequestContext requestContext) Begin flow withRequestContext
reference.IDXAuthenticationWrapper.beginPasswordRecovery
(String token, RequestContext requestContext) Begin password recovery flow with a recovery token.IDXAuthenticationWrapper.beginUserActivation
(String token, RequestContext requestContext) Begin password recovery flow with an activation token.IDXClient.interact
(String token, EmailTokenType tokenType, RequestContext requestContext) -
Uses of RequestContext in com.okta.idx.sdk.api.model
Modifier and TypeMethodDescriptionRequestContext.setDeviceToken
(String value) RequestContext.setIpAddress
(String value) RequestContext.setUserAgent
(String value) -
Uses of RequestContext in com.okta.spring.example.helpers
Modifier and TypeMethodDescriptionstatic RequestContext
Util.constructRequestContext()
Construct RequestContext object with random `X-Device-Token` header value.