pub async fn pushed_authorization_request(
__arg0: State<ApiState>,
__arg1: Form<PARForm>,
) -> ApiResponse<PARResponse>Expand description
POST /api/v1/oauth/par Pushed Authorization Request endpoint (RFC 9126)
pub async fn pushed_authorization_request(
__arg0: State<ApiState>,
__arg1: Form<PARForm>,
) -> ApiResponse<PARResponse>POST /api/v1/oauth/par Pushed Authorization Request endpoint (RFC 9126)