pub(crate) async fn native_submit_route(
__arg0: State<State>,
__arg1: ClientIp,
__arg2: Form<NativeSubmit>,
) -> ResponseExpand description
Authenticates (or registers) the submitted credentials and hands the
resulting login token to the OIDC _complete endpoint to finish the
authorization-code flow.