IOAuthClient Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IOAuthClient.
public interface IOAuthClient : IDisposable
type IOAuthClient = interface
interface IDisposable
Public Interface IOAuthClient
Implements IDisposable
- Derived
- Implements
Properties
BaseUri |
Gets or sets the base URI of the service. |
BotSignIn |
Gets the IBotSignIn. |
Credentials |
Gets subscription credentials which uniquely identify client subscription. |
DeserializationSettings |
Gets the json deserialization settings. |
OAuthApi | |
SerializationSettings |
Gets json serialization settings. |
UserToken |
Gets the IUserToken. |
Extension Methods
GetOAuthApiEx(IOAuthClient) |