You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The authenticate method is strange on this credential because it isn't interactive, but it should at least provide some way to get an AuthenticationRecord. This enables an application to authenticate a user with a password during one execution, caching a refresh token, then silently authenticate the same user during a subsequent execution.
The text was updated successfully, but these errors were encountered:
The
authenticate
method is strange on this credential because it isn't interactive, but it should at least provide some way to get anAuthenticationRecord
. This enables an application to authenticate a user with a password during one execution, caching a refresh token, then silently authenticate the same user during a subsequent execution.The text was updated successfully, but these errors were encountered: