类 MicrosoftVerification

java.lang.Object
jmccc.microsoft.entity.MicrosoftVerification

public class MicrosoftVerification extends Object
  • 字段详细资料

    • userCode

      public String userCode
      A short string shown to the user that's used to identify the session on a secondary device.
    • verificationUri

      public String verificationUri
      The URI the user should go to with the userCode in order to sign in.
    • message

      public String message
      A human-readable string with instructions for the user.
  • 构造器详细资料

    • MicrosoftVerification

      public MicrosoftVerification(String userCode, String verificationUri, String message)