Authenticate performs authentication against an external identity provider using given credentials and returns queried information of the external account.
(login, password string)
| 79 | // Authenticate performs authentication against an external identity provider |
| 80 | // using given credentials and returns queried information of the external account. |
| 81 | Authenticate(login, password string) (*ExternalAccount, error) |
| 82 | |
| 83 | // Config returns the underlying configuration of the authenticate provider. |
| 84 | Config() any |
no outgoing calls