Contents

AccountExchangeOAuthObject

The declaration for configuring OAuth authentication of an Exchange account.

Declaration

object AccountExchangeOAuthObject

Properties

NameTypeDescription
Enabled Requiredboolean

If true, enables OAuth for this account.

SignInURLstring

The URL that this account uses for signing in with OAuth. The system ignores this value unless Enabled is true. The system doesn’t use autodiscovery when a declaration contains this URL, so the declaration must also contain a HostName.

TokenRequestURLstring

The URL that this account uses for token requests with OAuth. The system ignores this value unless Enabled is true.

See Also

Objects