TeamFoundationOAuthService.CreateToken, méthode (TeamFoundationRequestContext, Identity, String, OAuthTokenType, String)
CreateToken crée un nouveau jeton d'accès pour l'identité spécifiée. Il sera stocké avec l'identité avec la description fournie.
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Function CreateToken ( _
requestContext As TeamFoundationRequestContext, _
identity As Identity, _
clientId As String, _
tokenType As OAuthTokenType, _
redirectUri As String _
) As OAuthToken
public OAuthToken CreateToken(
TeamFoundationRequestContext requestContext,
Identity identity,
string clientId,
OAuthTokenType tokenType,
string redirectUri
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Le contexte de la requête peut être tout type hôte.
- identity
Type : Microsoft.VisualStudio.Services.Identity.Identity
Identité pour générer le jeton d'accès pour.
- clientId
Type : System.String
Cela définit pour lequel il génère l'application le jeton.
- tokenType
Type : Microsoft.TeamFoundation.Framework.Server.OAuthTokenType
Le type de jeton requis.Voir dans la classe d'OAuthTokenType.
- redirectUri
Type : System.String
Uri de redirection associé au jeton.
Valeur de retour
Type : Microsoft.TeamFoundation.Framework.Server.OAuthToken
retourne OAuthToken ;
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.