Compartilhar via


AppServiceAuthenticationHandler Classe

Definição

O AppServiceAuthenticationHandler autentica um chamador que já foi autenticado usando o controlador de logon.

public class AppServiceAuthenticationHandler : Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<Microsoft.Azure.Mobile.Server.Authentication.AppServiceAuthenticationOptions>
type AppServiceAuthenticationHandler = class
    inherit AuthenticationHandler<AppServiceAuthenticationOptions>
Public Class AppServiceAuthenticationHandler
Inherits AuthenticationHandler(Of AppServiceAuthenticationOptions)
Herança
Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<AppServiceAuthenticationOptions>
AppServiceAuthenticationHandler

Construtores

AppServiceAuthenticationHandler(ILogger)

Inicializa uma nova instância da classe AppServiceAuthenticationHandler com o logger determinado.

Campos

AuthenticationHeaderName

O AppServiceAuthenticationHandler autentica um chamador que já foi autenticado usando o controlador de logon.

Métodos

Authenticate(IOwinRequest, AppServiceAuthenticationOptions)

O AppServiceAuthenticationHandler autentica um chamador que já foi autenticado usando o controlador de logon.

AuthenticateCoreAsync()

O AppServiceAuthenticationHandler autentica um chamador que já foi autenticado usando o controlador de logon.

CreateAuthenticationTicket(ClaimsIdentity)

O AppServiceAuthenticationHandler autentica um chamador que já foi autenticado usando o controlador de logon.

ValidateIdentity(IOwinRequest, AppServiceAuthenticationOptions)

Autentica o token de logon do Microsoft.Owin.IOwinRequest cabeçalho, se ele existir, e retorna um ClaimsIdentity se a autenticação foi bem-sucedida ou false se a autenticação falhou. Se a análise de token falhar, retornará nulo.

Aplica-se a