{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod", "title": "microsoft.graph.softwareOathAuthenticationMethod", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.authenticationMethod" }, { "title": "softwareOathAuthenticationMethod", "required": [ "@odata.type" ], "type": "object", "properties": { "secretKey": { "type": "string", "description": "The secret key of the method. Always returns null.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.softwareOathAuthenticationMethod" } } } ], "x-ms-discriminator-value": "#microsoft.graph.softwareOathAuthenticationMethod" }