bitwarden_api_api::apis::auth_requests_api

Function auth_requests_post

source
pub async fn auth_requests_post(
    configuration: &Configuration,
    auth_request_create_request_model: Option<AuthRequestCreateRequestModel>,
) -> Result<AuthRequestResponseModel, Error<AuthRequestsPostError>>