oauth.authorizeURL

ブラウザで認証してもらうためのURLを取得

struct oauth
static
string
authorizeURL

Examples

string url = reqTok.callAPI!"oauth.authorizeURL"();

Meta