OAuthHttpClient.CreateTokenAsync, méthode
Espace de noms : Microsoft.VisualStudio.Services.OAuth.Client
Assembly : Microsoft.VisualStudio.Services.WebApi (dans Microsoft.VisualStudio.Services.WebApi.dll)
Syntaxe
'Déclaration
Public Function CreateTokenAsync ( _
grantType As String, _
code As String, _
refreshToken As String, _
scope As String, _
redirectUri As String, _
userState As Object _
) As Task(Of AccessTokenResponse)
public Task<AccessTokenResponse> CreateTokenAsync(
string grantType,
string code,
string refreshToken,
string scope,
string redirectUri,
Object userState
)
Paramètres
- grantType
Type : System.String
- code
Type : System.String
- refreshToken
Type : System.String
- scope
Type : System.String
- redirectUri
Type : System.String
- userState
Type : System.Object
Valeur de retour
Type : System.Threading.Tasks.Task<AccessTokenResponse>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Services.OAuth.Client, espace de noms