this.props.authService.redirect({sessionToken})

i am getting TypeError: Cannot read property ‘redirect’ of undefined
error once i get success from responce. redirect is not happening

this.props.authService.redirect({sessionToken})

It looks like you’re using our React SDK. What version are you testing with?

authService has been removed from the SDK since version 4.0, so you may simply need to update your code to use oktaAuth instead, see our SDK documentation.

Thanks Andrea!!..it is working fine

Need one more help regarding angular with google sign in.
i have generated Link as per instruction and its working fine,but how can i ingrate that link in angular and read token.

Can you please help me out…

Thanks

@vmallada, can you create a new post we can discuss it in?

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.