Aracılığıyla paylaş


RemoteAuthenticationService<TRemoteAuthenticationState,TAccount,TProviderOptions>.RequestAccessToken Yöntem

Tanım

Aşırı Yüklemeler

RequestAccessToken()

Geçerli kullanıcı için varsayılan izin kümesine sahip bir erişim belirteci almaya çalışır.

RequestAccessToken(AccessTokenRequestOptions)

içinde AccessTokenRequestOptionsbelirtilen seçeneklerle bir erişim belirteci almaya çalışır.

RequestAccessToken()

Kaynak:
RemoteAuthenticationService.cs
Kaynak:
RemoteAuthenticationService.cs
Kaynak:
RemoteAuthenticationService.cs
Kaynak:
RemoteAuthenticationService.cs
Kaynak:
RemoteAuthenticationService.cs
Kaynak:
RemoteAuthenticationService.cs

Geçerli kullanıcı için varsayılan izin kümesine sahip bir erişim belirteci almaya çalışır.

public:
 virtual System::Threading::Tasks::ValueTask<Microsoft::AspNetCore::Components::WebAssembly::Authentication::AccessTokenResult ^> RequestAccessToken();
public virtual System.Threading.Tasks.ValueTask<Microsoft.AspNetCore.Components.WebAssembly.Authentication.AccessTokenResult> RequestAccessToken ();
abstract member RequestAccessToken : unit -> System.Threading.Tasks.ValueTask<Microsoft.AspNetCore.Components.WebAssembly.Authentication.AccessTokenResult>
override this.RequestAccessToken : unit -> System.Threading.Tasks.ValueTask<Microsoft.AspNetCore.Components.WebAssembly.Authentication.AccessTokenResult>
Public Overridable Function RequestAccessToken () As ValueTask(Of AccessTokenResult)

Döndürülenler

ValueTask<TResult> Tamamlandığında öğesini içeren AccessTokenResult bir.

Uygulamalar

Şunlara uygulanır

RequestAccessToken(AccessTokenRequestOptions)

Kaynak:
RemoteAuthenticationService.cs
Kaynak:
RemoteAuthenticationService.cs
Kaynak:
RemoteAuthenticationService.cs
Kaynak:
RemoteAuthenticationService.cs
Kaynak:
RemoteAuthenticationService.cs
Kaynak:
RemoteAuthenticationService.cs

içinde AccessTokenRequestOptionsbelirtilen seçeneklerle bir erişim belirteci almaya çalışır.

public:
 virtual System::Threading::Tasks::ValueTask<Microsoft::AspNetCore::Components::WebAssembly::Authentication::AccessTokenResult ^> RequestAccessToken(Microsoft::AspNetCore::Components::WebAssembly::Authentication::AccessTokenRequestOptions ^ options);
public virtual System.Threading.Tasks.ValueTask<Microsoft.AspNetCore.Components.WebAssembly.Authentication.AccessTokenResult> RequestAccessToken (Microsoft.AspNetCore.Components.WebAssembly.Authentication.AccessTokenRequestOptions options);
abstract member RequestAccessToken : Microsoft.AspNetCore.Components.WebAssembly.Authentication.AccessTokenRequestOptions -> System.Threading.Tasks.ValueTask<Microsoft.AspNetCore.Components.WebAssembly.Authentication.AccessTokenResult>
override this.RequestAccessToken : Microsoft.AspNetCore.Components.WebAssembly.Authentication.AccessTokenRequestOptions -> System.Threading.Tasks.ValueTask<Microsoft.AspNetCore.Components.WebAssembly.Authentication.AccessTokenResult>
Public Overridable Function RequestAccessToken (options As AccessTokenRequestOptions) As ValueTask(Of AccessTokenResult)

Parametreler

options
AccessTokenRequestOptions

AccessTokenRequestOptions Erişim belirtecini sağlamak için.

Döndürülenler

ValueTask<TResult> Tamamlandığında öğesini içeren AccessTokenResult bir.

Uygulamalar

Şunlara uygulanır