AuthenticationTokenExtensions 클래스

정의

인증 토큰을 에 저장하기 위한 확장 메서드입니다 AuthenticationProperties.

public ref class AuthenticationTokenExtensions abstract sealed
public static class AuthenticationTokenExtensions
type AuthenticationTokenExtensions = class
Public Module AuthenticationTokenExtensions
상속
AuthenticationTokenExtensions

메서드

GetTokenAsync(AuthenticationManager, String)

인증 토큰을 에 저장하기 위한 확장 메서드입니다 AuthenticationProperties.

GetTokenAsync(AuthenticationManager, String, String)

인증 토큰을 에 저장하기 위한 확장 메서드입니다 AuthenticationProperties.

GetTokenAsync(IAuthenticationService, HttpContext, String)

지정된 인증 체계를 사용하여 요청을 인증하고 토큰의 값을 반환합니다.

GetTokenAsync(IAuthenticationService, HttpContext, String, String)

지정된 인증 체계를 사용하여 요청을 인증하고 토큰의 값을 반환합니다.

GetTokens(AuthenticationProperties)

속성에 AuthenticationToken 포함된 모든 인스턴스를 반환합니다.

GetTokens(AuthenticationProperties)

인증 토큰을 에 저장하기 위한 확장 메서드입니다 AuthenticationProperties.

GetTokenValue(AuthenticationProperties, String)

토큰의 값을 반환합니다.

GetTokenValue(AuthenticationProperties, String)

인증 토큰을 에 저장하기 위한 확장 메서드입니다 AuthenticationProperties.

StoreTokens(AuthenticationProperties, IEnumerable<AuthenticationToken>)

이전 토큰을 제거한 후 인증 토큰 집합을 저장합니다.

StoreTokens(AuthenticationProperties, IEnumerable<AuthenticationToken>)

인증 토큰을 에 저장하기 위한 확장 메서드입니다 AuthenticationProperties.

UpdateTokenValue(AuthenticationProperties, String, String)

토큰 값(이미 있는 경우)을 업데이트.

UpdateTokenValue(AuthenticationProperties, String, String)

인증 토큰을 에 저장하기 위한 확장 메서드입니다 AuthenticationProperties.

적용 대상