Compartilhar via


Método TeamFoundationOAuthService.CreateToken (TeamFoundationRequestContext, Identity, String, OAuthTokenType, String)

CreateToken criará um novo token de acesso para a identidade especificada. Será salvo com a identidade com a descrição que foi fornecida.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • clientId
    Tipo: System.String
    Isso define o aplicativo que o símbolo sendo gerada para.
  • redirectUri
    Tipo: System.String
    Redirecionamento URL associado com o símbolo.

Valor de retorno

Tipo: Microsoft.TeamFoundation.Framework.Server.OAuthToken
Retorna OAuthToken.

Segurança do .NET Framework

Consulte também

Referência

TeamFoundationOAuthService Classe

Sobrecargas CreateToken

Namespace Microsoft.TeamFoundation.Framework.Server