MicrosoftAccountExtensions Class

Definition

Extension methods to configure Microsoft Account OAuth authentication.

public static class MicrosoftAccountExtensions
type MicrosoftAccountExtensions = class
Public Module MicrosoftAccountExtensions
Inheritance
MicrosoftAccountExtensions

Methods

AddMicrosoftAccount(AuthenticationBuilder)

Adds Microsoft Account OAuth-based authentication to AuthenticationBuilder using the default scheme. The default scheme is specified by AuthenticationScheme.

Microsoft Account authentication allows application users to sign in with their work, school, or personal Microsoft account.

AddMicrosoftAccount(AuthenticationBuilder, Action<MicrosoftAccountOptions>)

Adds Microsoft Account OAuth-based authentication to AuthenticationBuilder using the default scheme. The default scheme is specified by AuthenticationScheme.

Microsoft Account authentication allows application users to sign in with their work, school, or personal Microsoft account.

AddMicrosoftAccount(AuthenticationBuilder, String, Action<MicrosoftAccountOptions>)

Adds Microsoft Account OAuth-based authentication to AuthenticationBuilder using the default scheme. The default scheme is specified by AuthenticationScheme.

Microsoft Account authentication allows application users to sign in with their work, school, or personal Microsoft account.

AddMicrosoftAccount(AuthenticationBuilder, String, String, Action<MicrosoftAccountOptions>)

Adds Microsoft Account OAuth-based authentication to AuthenticationBuilder using the default scheme. The default scheme is specified by AuthenticationScheme.

Microsoft Account authentication allows application users to sign in with their work, school, or personal Microsoft account.

Applies to