Function nakama_rs::api::authenticate_custom[][src]

pub fn authenticate_custom(
    basic_auth_username: &str,
    basic_auth_password: &str,
    body: ApiAccountCustom,
    create: Option<bool>,
    username: Option<&str>
) -> RestRequest<ApiSession>

Authenticate a user with a custom id against the server.