> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# [DEPRECATED] XUserGetMsaTokenSilentlyAsync

> [DEPRECATED] XUserGetMsaTokenSilentlyAsync

# \[DEPRECATED] XUserGetMsaTokenSilentlyAsync

<Note>この関数は非推奨になりました。</Note>

ユーザーの MSA トークンを非同期に取得します。

## 構文

```cpp theme={null}
HRESULT XUserGetMsaTokenSilentlyAsync(
         XUserHandle user,
		 XUserGetMsaTokenSilentlyOptions options,
         const char* scope,
         XAsyncBlock* async
)
```

## 要件

**ヘッダー:** XUser.h

**ライブラリ:** xgameruntime.lib

**サポートされているプラットフォーム:** Windows、XBOX One ファミリ本体および XBOX Series 本体

## 関連項目

[XUser](/reference/system/xuser/xuser_members)

[XUserGetMsaTokenSilentlyResult](/reference/system/xuser/functions/xusergetmsatokensilentlyresult)

[XUserGetMsaTokenSilentlyOptions](/reference/system/xuser/enums/xusergetmsatokensilentlyoptions)


## Related topics

- [[DEPRECATED] XUserGetMsaTokenSilentlyResult](/ja-jp/reference/system/xuser/functions/xusergetmsatokensilentlyresult.md)
- [[DEPRECATED] XUserGetMsaTokenSilentlyResultSize](/ja-jp/reference/system/xuser/functions/xusergetmsatokensilentlyresultsize.md)
- [XUserGetMsaTokenSilentlyOptions](/ja-jp/reference/system/xuser/enums/xusergetmsatokensilentlyoptions.md)
- [XUser](/ja-jp/reference/system/xuser/xuser_members.md)
- [PartyXblManager::CompleteGetTokenAndSignatureRequest](/ja-jp/services/playfab/multiplayer/networking/xblreference/classes/PartyXblManager/methods/partyxblmanager_completegettokenandsignaturerequest.md)
