Skip to main content

CheckUserExistsRequest

Type Alias CheckUserExistsRequest 

Source
pub type CheckUserExistsRequest = PreregistrationRequirementsRequest;
Expand description

Check user exists request.

Aliased Type§

pub struct CheckUserExistsRequest {
    pub app_name: String,
    pub login: Id,
}

Fields§

§app_name: String

Application name to register user in.

§login: Id

User identifier.