Metodo TeamFoundationOAuthService.CreateToken (TeamFoundationRequestContext, TeamFoundationIdentity, String, OAuthTokenType, String)
CreateToken creerà un nuovo token di accesso per l'identità specificata.Verrà salvato con l'identità con la descrizione fornita.
Spazio dei nomi: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Sintassi
'Dichiarazione
Public Function CreateToken ( _
requestContext As TeamFoundationRequestContext, _
identity As TeamFoundationIdentity, _
clientId As String, _
tokenType As OAuthTokenType, _
redirectUri As String _
) As OAuthToken
public OAuthToken CreateToken(
TeamFoundationRequestContext requestContext,
TeamFoundationIdentity identity,
string clientId,
OAuthTokenType tokenType,
string redirectUri
)
Parametri
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Il contesto della richiesta può essere qualsiasi tipo host.
- identity
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationIdentity
Identità per generare il token di accesso.
- clientId
Tipo: System.String
Si definisce cui l'applicazione il token viene generanda per.
- tokenType
Tipo: Microsoft.TeamFoundation.Framework.Server.OAuthTokenType
Il tipo di token richiesto.Vedere nella classe di OAuthTokenType.
- redirectUri
Tipo: System.String
Reindirizzamento URI associato al token.
Valore restituito
Tipo: Microsoft.TeamFoundation.Framework.Server.OAuthToken
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.