Skip to main content

native_submit_route

Function native_submit_route 

Source
pub(crate) async fn native_submit_route(
    __arg0: State<State>,
    __arg1: ClientIp,
    __arg2: Form<NativeSubmit>,
) -> Response
Expand description

Authenticates (or registers) the submitted credentials and hands the resulting login token to the OIDC _complete endpoint to finish the authorization-code flow.