TeamFoundationOAuthService.CreateToken 메서드 (TeamFoundationRequestContext, Identity, String, OAuthTokenType, String)
CreateToken는 지정 된 id에 대 한 새 액세스 토큰을 만듭니다. 제공 된 설명 가진 id로 저장 됩니다.
네임스페이스: Microsoft.TeamFoundation.Framework.Server
어셈블리: Microsoft.TeamFoundation.Framework.Server(Microsoft.TeamFoundation.Framework.Server.dll)
구문
‘선언
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
)
매개 변수
- requestContext
형식: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
요청 컨텍스트 호스트 형식일 수 있습니다.
- identity
형식: Microsoft.VisualStudio.Services.Identity.Identity
액세스 토큰을 생성 하는 id입니다.
- clientId
형식: System.String
이 토큰에 대해 생성 되는 응용 프로그램을 정의 합니다.
- tokenType
형식: Microsoft.TeamFoundation.Framework.Server.OAuthTokenType
필요한 토큰의 형식입니다.OAuthTokenType 클래스의 형식을 참조 하십시오.
- redirectUri
형식: System.String
토큰에 연결 된 리디렉션 Uri입니다.
반환 값
형식: Microsoft.TeamFoundation.Framework.Server.OAuthToken
OAuthToken 를 반환합니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.