I am using authorize to redirect my page to okta login page. Using token endpoints once i get the access and id token once i get code from authrorize endpoint response. Then validating the access token and getting user details.
I would like know if there are any built-in library that i can use instead of my own composed URL for authorization and instead of token endpoint i can just something from the existing library?
I am using java application.