methods\Token\Get.phpView Source

Show: PublicProtectedPrivateinherited
    Table of Contents
    token.get

    Get access token - Authorize in API

    Returns access token, which uses for authentication in API. To use authentication just send the token as token field in each request to API where user should be authorized.

    Request

    • login User's login string, required field
    • password User's password string, required field

    Response

    • token Generated access token, that uses for auth string, required field
    • user Current user User class, required field
    Author
    Sergey Dilong  
    License
    GPL-2.0  
    Package
    Temply-Account\Methods  
    Documentation was generated by phpDocumentor v2.9.0.