IXblIdpAuthManager::GetTokenAndSignatureWithTokenResult 方法 (xblidpauthmanager.h)
保留供 Microsoft 使用。
语法
HRESULT GetTokenAndSignatureWithTokenResult(
LPCWSTR msaAccountId,
LPCWSTR appSid,
LPCWSTR msaTarget,
LPCWSTR msaPolicy,
LPCWSTR httpMethod,
LPCWSTR uri,
LPCWSTR headers,
BYTE *body,
DWORD bodySize,
BOOL forceRefresh,
IXblIdpAuthTokenResult **result
);
参数
msaAccountId
类型: __RPC__in_opt_string
appSid
类型: __RPC__in_string
msaTarget
类型: __RPC__in_string
msaPolicy
类型: __RPC__in_string
httpMethod
类型: __RPC__in_string
uri
类型: __RPC__in_string
headers
类型: __RPC__in_opt_string
body
类型: BYTE*
bodySize
类型: __RPC__in_ecount_full_opt
forceRefresh
类型: BOOL
result
类型: IXblIdpAuthTokenResult**
返回值
类型: HRESULT
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
目标平台 | Windows |
标头 | xblidpauthmanager.h |