| title | softwareOathAuthenticationMethod resource type |
|---|---|
| description | Represents a Software OATH token registered to a user. Software OATH is a multi-factor authentication method. |
| author | jpettere |
| ms.reviewer | intelligentaccesspm |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| toc.title | Software OATH |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents a software OATH token registered to a user. A software OATH token is a software-based number generator that uses the OATH Time-Based One Time Password (TOTP) standard for multi-factor authentication. This API won't return Microsoft Authenticator authentication method entities, though it returns an entity if Microsoft Authenticator was set up via the third-party software authenticator flow.
This resource type is a derived type that inherits from the authenticationMethod resource type.
| Method | Return type | Description |
|---|---|---|
| List | softwareOathAuthenticationMethod collection | Retrieve a list of a user's softwareOathAuthenticationMethod objects and their properties. |
| Get | softwareOathAuthenticationMethod | Read the properties of a user's softwareOathAuthenticationMethod object. |
| Delete | None | Delete a user's softwareOathAuthenticationMethod object. |
| Property | Type | Description |
|---|---|---|
| id | String | The authentication method identifier. |
| secretKey | String | The secret key of the method. Always returns null. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.softwareOathAuthenticationMethod",
"id": "String (identifier)",
"secretKey": "String"
}