OAuthHandler<TOptions>.BuildChallengeUrl メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
BuildChallengeUrl(AuthenticationProperties, String) |
OAuth チャレンジ URL を構築します。 |
BuildChallengeUrl(AuthenticationProperties, String) |
BuildChallengeUrl(AuthenticationProperties, String)
- ソース:
- OAuthHandler.cs
- ソース:
- OAuthHandler.cs
- ソース:
- OAuthHandler.cs
OAuth チャレンジ URL を構築します。
protected:
virtual System::String ^ BuildChallengeUrl(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties, System::String ^ redirectUri);
protected virtual string BuildChallengeUrl (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties, string redirectUri);
abstract member BuildChallengeUrl : Microsoft.AspNetCore.Authentication.AuthenticationProperties * string -> string
override this.BuildChallengeUrl : Microsoft.AspNetCore.Authentication.AuthenticationProperties * string -> string
Protected Overridable Function BuildChallengeUrl (properties As AuthenticationProperties, redirectUri As String) As String
パラメーター
- properties
- AuthenticationProperties
- redirectUri
- String
チャレンジが完了した後にリダイレクトする URL。
戻り値
チャレンジ URL。
適用対象
BuildChallengeUrl(AuthenticationProperties, String)
protected:
virtual System::String ^ BuildChallengeUrl(Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties, System::String ^ redirectUri);
protected virtual string BuildChallengeUrl (Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties, string redirectUri);
abstract member BuildChallengeUrl : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties * string -> string
override this.BuildChallengeUrl : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties * string -> string
Protected Overridable Function BuildChallengeUrl (properties As AuthenticationProperties, redirectUri As String) As String
パラメーター
- properties
- AuthenticationProperties
- redirectUri
- String