Module: Static::SignIn

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"signIn"
Query =
"  mutation signIn($oidcAppId: String, $userPoolId: String, $email: String, $password: String, $phone: String, $unionid: String, $username: String){\n  signIn(oidcAppId: $oidcAppId, userPoolId: $userPoolId, email: $email, password: $password, phone: $phone, unionid: $unionid, username: $username){\n      sub\n      birthdate\n      family_name\n      gender\n      given_name\n      locale\n      middle_name\n      name\n      nickname\n      picture\n      preferred_username\n      profile\n      updated_at\n      website\n      zoneinfo\n      username\n      _id\n      company\n      browser\n      device\n      logins_count\n      register_method\n      blocked\n      last_ip\n      register_in_userpool\n      last_login\n      signed_up\n      email\n      email_verified\n      phone_number\n      phone_number_verified\n      token\n      access_token\n      id_token\n      refresh_token\n      expires_in\n      token_type\n      scope\n  }\n}\n"