OAuthCard Class
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.
OAuthCard ContentType value.
public class OAuthCard
type OAuthCard = class
Public Class OAuthCard
- Inheritance
-
OAuthCard
Constructors
OAuthCard() |
Initializes a new instance of the OAuthCard class. |
OAuthCard(String, String, IList<CardAction>) |
Initializes a new instance of the OAuthCard class. |
Fields
ContentType |
The content type value of a OAuthCard. |
Properties
Buttons |
Gets or sets action to use to perform signin. |
ConnectionName |
Gets or sets the name of the registered connection. |
Text |
Gets or sets text for sign-in request. |
TokenExchangeResource |
Gets or sets the resource to try to perform token exchange with. |
TokenPostResource |
Gets or sets the resource to directly post a token to token service. |
Extension Methods
ToAttachment(OAuthCard) |
Creates a new attachment from OAuthCard. |