createAuthRequestAfterPar
suspend fun createAuthRequestAfterPar(parResponse: PushedAuthenticationResponseParameters): AuthenticationRequestParameters(source)
Send the result as parameters to the server at OAuth2AuthorizationServerMetadata.authorizationEndpoint. Use this method if the previous authn request was sent as a pushed authorization request (RFC 9126), and the server has answered with PushedAuthenticationResponseParameters.
Parameters
parResponse
response from the AS to the PAR request