Returns a new flow for a specified identity type, flow class, and flow TokenCopy Pageget https://localhost/irs/self-service/v1/flows/{identityType}/{flowClass}/{flowId}Returns a new flow for a specified identity type, flow class, and flow TokenPath ParamsidentityTypestringrequiredA string value representing the type of identity associated with the flow e.g 'user'flowClassstringrequiredA string value representing the class of the flow e.g 'registration'flowIdstringrequiredA unique string value identifying the flow e.g 'v1'Query ParamsidentityIduuidIt allows linking the identity with the requested flow.Responses 200The flow was created successfully 403The user does not have permission to get the flow 404The flow configuration could not be foundUpdated about 1 month ago Completes the OIDC process by exchanging the authCode for an ID token. (POST handler)Retrieves a response after service completed a task that required a redirect for OIDC process.Did this page help you?YesNo