ResetPasswordRequest.ResetCode 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
发送到用户电子邮件以重置密码的代码。 若要获取重置代码,请先发出“/forgotPassword”请求。
public string ResetCode { get; init; }
member this.ResetCode : string with get, set
Public Property ResetCode As String