Home | History | Annotate | Download | only in signin

Lines Matching defs:username

10 // Once a signin is successful, the username becomes "established" and will not
13 // refresh credentials, but changing the username is not permitted.
17 // caching / handling of the "authenticated username" field, and TokenService
44 // A listener might use this to make note of a username / password
49 : username(in_username),
51 std::string username;
58 : username(in_username) {}
59 std::string username;
79 // If a user has previously established a username and SignOut has not been
80 // called, this will return the username.
84 // Sets the user name. Note: |username| should be already authenticated as
86 // TODO(tim): Remove this in favor of passing username on construction by
88 void SetAuthenticatedUsername(const std::string& username);
127 // Actual username after successful authentication.