JwtBearerExtensions.AddJwtBearer 메서드

정의

오버로드

AddJwtBearer(AuthenticationBuilder)

기본 체계 AuthenticationScheme를 사용하여 JWT 전달자 인증을 사용하도록 설정합니다.

JWT 전달자 인증은 요청 헤더에서 JWT 토큰을 추출하고 유효성을 검사하여 인증을 Authorization 수행합니다.

AddJwtBearer(AuthenticationBuilder, Action<JwtBearerOptions>)

기본 체계 AuthenticationScheme를 사용하여 JWT 전달자 인증을 사용하도록 설정합니다.

JWT 전달자 인증은 요청 헤더에서 JWT 토큰을 추출하고 유효성을 검사하여 인증을 Authorization 수행합니다.

AddJwtBearer(AuthenticationBuilder, String)

미리 정의된 체계를 사용하여 JWT 전달자 인증을 사용하도록 설정합니다.

JWT 전달자 인증은 요청 헤더에서 JWT 토큰을 추출하고 유효성을 검사하여 인증을 Authorization 수행합니다.

AddJwtBearer(AuthenticationBuilder, String, Action<JwtBearerOptions>)

지정된 체계를 사용하여 JWT 전달자 인증을 사용하도록 설정합니다.

JWT 전달자 인증은 요청 헤더에서 JWT 토큰을 추출하고 유효성을 검사하여 인증을 Authorization 수행합니다.

AddJwtBearer(AuthenticationBuilder, String, String, Action<JwtBearerOptions>)

지정된 체계를 사용하여 JWT 전달자 인증을 사용하도록 설정합니다.

JWT 전달자 인증은 요청 헤더에서 JWT 토큰을 추출하고 유효성을 검사하여 인증을 Authorization 수행합니다.

AddJwtBearer(AuthenticationBuilder)

기본 체계 AuthenticationScheme를 사용하여 JWT 전달자 인증을 사용하도록 설정합니다.

JWT 전달자 인증은 요청 헤더에서 JWT 토큰을 추출하고 유효성을 검사하여 인증을 Authorization 수행합니다.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddJwtBearer (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder);
static member AddJwtBearer : Microsoft.AspNetCore.Authentication.AuthenticationBuilder -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddJwtBearer (builder As AuthenticationBuilder) As AuthenticationBuilder

매개 변수

반환

작업이 완료된 후 에 대한 참조 builder 입니다.

적용 대상

AddJwtBearer(AuthenticationBuilder, Action<JwtBearerOptions>)

기본 체계 AuthenticationScheme를 사용하여 JWT 전달자 인증을 사용하도록 설정합니다.

JWT 전달자 인증은 요청 헤더에서 JWT 토큰을 추출하고 유효성을 검사하여 인증을 Authorization 수행합니다.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddJwtBearer (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, Action<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions> configureOptions);
static member AddJwtBearer : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * Action<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddJwtBearer (builder As AuthenticationBuilder, configureOptions As Action(Of JwtBearerOptions)) As AuthenticationBuilder

매개 변수

configureOptions
Action<JwtBearerOptions>

를 구성할 JwtBearerOptions수 있는 대리자입니다.

반환

작업이 완료된 후 에 대한 참조 builder 입니다.

적용 대상

AddJwtBearer(AuthenticationBuilder, String)

미리 정의된 체계를 사용하여 JWT 전달자 인증을 사용하도록 설정합니다.

JWT 전달자 인증은 요청 헤더에서 JWT 토큰을 추출하고 유효성을 검사하여 인증을 Authorization 수행합니다.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddJwtBearer (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme);
static member AddJwtBearer : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddJwtBearer (builder As AuthenticationBuilder, authenticationScheme As String) As AuthenticationBuilder

매개 변수

authenticationScheme
String

인증 체계입니다.

반환

작업이 완료된 후 에 대한 참조 builder 입니다.

적용 대상

AddJwtBearer(AuthenticationBuilder, String, Action<JwtBearerOptions>)

지정된 체계를 사용하여 JWT 전달자 인증을 사용하도록 설정합니다.

JWT 전달자 인증은 요청 헤더에서 JWT 토큰을 추출하고 유효성을 검사하여 인증을 Authorization 수행합니다.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddJwtBearer (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, Action<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions> configureOptions);
static member AddJwtBearer : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * Action<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddJwtBearer (builder As AuthenticationBuilder, authenticationScheme As String, configureOptions As Action(Of JwtBearerOptions)) As AuthenticationBuilder

매개 변수

authenticationScheme
String

인증 체계입니다.

configureOptions
Action<JwtBearerOptions>

를 구성할 JwtBearerOptions수 있는 대리자입니다.

반환

작업이 완료된 후 에 대한 참조 builder 입니다.

적용 대상

AddJwtBearer(AuthenticationBuilder, String, String, Action<JwtBearerOptions>)

지정된 체계를 사용하여 JWT 전달자 인증을 사용하도록 설정합니다.

JWT 전달자 인증은 요청 헤더에서 JWT 토큰을 추출하고 유효성을 검사하여 인증을 Authorization 수행합니다.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddJwtBearer (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, string displayName, Action<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions> configureOptions);
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddJwtBearer (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, string? displayName, Action<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions> configureOptions);
static member AddJwtBearer : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * string * Action<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddJwtBearer (builder As AuthenticationBuilder, authenticationScheme As String, displayName As String, configureOptions As Action(Of JwtBearerOptions)) As AuthenticationBuilder

매개 변수

authenticationScheme
String

인증 체계입니다.

displayName
String

인증 처리기의 표시 이름입니다.

configureOptions
Action<JwtBearerOptions>

를 구성할 JwtBearerOptions수 있는 대리자입니다.

반환

작업이 완료된 후 에 대한 참조 builder 입니다.

적용 대상