Share via


OAuthCard Class

Definition

A card representing a request to perform a sign in via OAuth.

public class OAuthCard
type OAuthCard = class
Public Class OAuthCard
Inheritance
OAuthCard

Constructors

OAuthCard()

Initializes a new instance of OAuthCard.

OAuthCard(String, String, IList<CardAction>)

Initializes a new instance of OAuthCard.

Fields

ContentType

The content type value of a OAuthCard.

Properties

Buttons

Action to use to perform signin.

ConnectionName

The name of the registered connection.

Text

Text for signin request.

TokenExchangeResource

Record for a token exchange request that is sent as part of Authentication.

TokenPostResource

Gets or sets the resource to directly post a token to token service.

Methods

ToAttachment()

Creates a new attachment from OAuthCard.

Extension Methods

ToAttachment(OAuthCard)

Creates a new attachment from OAuthCard.

Applies to