* All device workflows must implement this method in order to get the access * token and then call authenticate with it.
(
connection: Connection,
credentials: MongoCredentials,
response?: Document
)
| 103 | * token and then call authenticate with it. |
| 104 | */ |
| 105 | execute( |
| 106 | connection: Connection, |
| 107 | credentials: MongoCredentials, |
| 108 | response?: Document |
no outgoing calls