OAuthCodeExchangeContext(AuthenticationProperties, String, String) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Yeni OAuthCodeExchangeContextbir başlatır.
public:
OAuthCodeExchangeContext(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties, System::String ^ code, System::String ^ redirectUri);
public OAuthCodeExchangeContext (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties, string code, string redirectUri);
new Microsoft.AspNetCore.Authentication.OAuth.OAuthCodeExchangeContext : Microsoft.AspNetCore.Authentication.AuthenticationProperties * string * string -> Microsoft.AspNetCore.Authentication.OAuth.OAuthCodeExchangeContext
Public Sub New (properties As AuthenticationProperties, code As String, redirectUri As String)
Parametreler
- properties
- AuthenticationProperties
- code
- String
Yetkilendirme uç noktasından döndürülen kod.
- redirectUri
- String
Yetkilendirme isteğinde kullanılan yeniden yönlendirme uri'si.