# Oauth Process

# Register Your App

Register an access account (Client ID and Client Secret) in the [Authorized Application List] module of M18

oauth1

# Generate Access Token

Obtain an access token (access_token) by using Client ID, Client Secret and a user account and password that can log in to M18 normally

(Please note: the password needs to be encrypted with SHA1)

oauth2

oauth3