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