pub async fn login_core(
state: &AppState,
rc: &RequestContext,
authority: &Authority,
body: &Value,
) -> Result<Value, ParseError>Expand description
POST /login.
pub async fn login_core(
state: &AppState,
rc: &RequestContext,
authority: &Authority,
body: &Value,
) -> Result<Value, ParseError>POST /login.