Skip to main content

authenticate_with_password

Function authenticate_with_password 

Source
async fn authenticate_with_password<A>(
    conn: &mut FramedConn<A>,
    adapter_client: &Client,
    user: String,
    conn_uuid: Uuid,
    helm_chart_version: Option<String>,
) -> Result<Session, PasswordRequestError>
Expand description

Helper for password-based authentication using AdapterClient and returns an authenticated session.