GraphClient.Login Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)
Login(String)
Authenticates the user to Microsoft 365 or Exchange Online server using an OAuth access token. For detailed instructions on registering your app and obtaining the token, visit https://blog.rebex.net/oauth2-office365-rebex-mail (delegated mode) or https://blog.rebex.net/office365-graph-oauth-unattended (unattended mode).
Declaration
public void Login(string token)
Parameters
| Type | Name | Description |
|---|---|---|
| String | token | Access token. |
Examples
See Login code example on product pages.