Class IAuthRequests.AuthLoginModel

  • Enclosing interface:
    IAuthRequests

    public static final class IAuthRequests.AuthLoginModel
    extends IAuthRequests.BaseAuthModel
    Класс параметров аутентификации для входа через логин/пароль
    • Constructor Summary

      Constructors 
      Constructor Description
      AuthLoginModel​(java.lang.String scope, java.lang.String clientId, java.lang.String clientSecret, java.lang.String login, java.lang.String password)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String attributes​(java.lang.String encoding)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AuthLoginModel

        public AuthLoginModel​(java.lang.String scope,
                              java.lang.String clientId,
                              java.lang.String clientSecret,
                              java.lang.String login,
                              java.lang.String password)
    • Method Detail

      • attributes

        public java.lang.String attributes​(java.lang.String encoding)
                                    throws java.io.UnsupportedEncodingException,
                                           java.security.NoSuchAlgorithmException
        Throws:
        java.io.UnsupportedEncodingException
        java.security.NoSuchAlgorithmException