Uses of Class
com.okta.idx.sdk.api.client.IDXAuthenticationWrapper
-
Packages that use IDXAuthenticationWrapper Package Description com.okta.spring.example This package contains the main class for the Spring boot webapp.com.okta.spring.example.config This package contains the config class for the Spring MVC webapp. -
-
Uses of IDXAuthenticationWrapper in com.okta.spring.example
Methods in com.okta.spring.example that return IDXAuthenticationWrapper Modifier and Type Method Description IDXAuthenticationWrapper
HostedLoginCodeFlowExampleApplication. idxClient()
-
Uses of IDXAuthenticationWrapper in com.okta.spring.example.config
Methods in com.okta.spring.example.config that return IDXAuthenticationWrapper Modifier and Type Method Description IDXAuthenticationWrapper
ApplicationConfig. idxAuthenticationWrapper()
The IDX authentication wrapper.
-