Forum Discussion

rpatrick00's avatar
rpatrick00
Contributor
5 years ago

Why does the Account connect() method return a string?

I thought I understood the custom Account connect method when using a ValidatableAccount returned a string to display to the user if/when the connect() method succeeds. However, my testing shows me that I can return any string I want and it is NEVER displayed to the user. As such, what is the purpose of the string being returned?