I am trying to implement AbstractAccountAuthenticator but I can't get what's authTokenType. And what should I return in getAuthTokenLabel()? I read official documentation but there's poor information about authTokenType.
Can anyone show examples of authTokenType and authTokenLabel? How does it diff from Account.type?
Asked
Active
Viewed 89 times
0
Denis Sologub
- 7,277
- 11
- 56
- 123
-
[This May be helpful](https://stackoverflow.com/a/31917170/4168607) its a detailed answer to `AbstractAccountAuthenticator`. – ADM May 17 '19 at 04:07
-
@ADM I read that post, as I got from there, `authTokenType` is like `refreshToken` or `accessToken`. – Denis Sologub May 17 '19 at 08:58
-
@ADM but if it's so, what do I need `authTokenLabel` for? – Denis Sologub May 17 '19 at 08:59