public static class EmailTokenVerifier.ParsedToken extends Object
Constructor and Description |
---|
EmailTokenVerifier.ParsedToken(com.google.gerrit.reviewdb.client.Account.Id accountId,
String emailAddress) |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.reviewdb.client.Account.Id |
getAccountId() |
String |
getEmailAddress() |
AuthRequest |
toAuthRequest() |
String |
toString() |
public EmailTokenVerifier.ParsedToken(com.google.gerrit.reviewdb.client.Account.Id accountId, String emailAddress)
public com.google.gerrit.reviewdb.client.Account.Id getAccountId()
public String getEmailAddress()
public AuthRequest toAuthRequest()