BotSignInExtensions.GetSignInResourceAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Aanmeldingsresource ophalen met HTTP-bericht.
public static System.Threading.Tasks.Task<Microsoft.Bot.Schema.SignInResource> GetSignInResourceAsync(this Microsoft.Bot.Connector.OAuthClient operations, string state, string codeChallenge = default, string emulatorUrl = default, string finalRedirect = default, System.Threading.CancellationToken cancellationToken = default);
static member GetSignInResourceAsync : Microsoft.Bot.Connector.OAuthClient * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.SignInResource>
<Extension()>
Public Function GetSignInResourceAsync (operations As OAuthClient, state As String, Optional codeChallenge As String = Nothing, Optional emulatorUrl As String = Nothing, Optional finalRedirect As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SignInResource)
Parameters
- operations
- OAuthClient
De bewerkingsgroep voor deze extensiemethode.
- state
- String
Staat.
- codeChallenge
- String
Code-uitdaging.
- emulatorUrl
- String
Emulator-URL.
- finalRedirect
- String
Laatste omleiding.
- cancellationToken
- CancellationToken
Het annuleringstoken.
Retouren
De SignInResource.