OAuth2 Library | |
Type | library |
Dictionary | library.oauth2 |
Library | OAuth2 Library |
Associations | com.livecode.library.oauth2 |
Description | Present an authorization dialog for any web service that supports OAuth2 Authorization Code Flow |
Type | Name | Summary | Syntax |
---|---|---|---|
command | OAuth2 | Present an authorization dialog for any web service that supports OAuth2 Authorization Code Flow | OAuth2 <pAuthURL>,<pTokenURL>,<pClientID>,<pClientSecret>,<pScopes>,<pPort>,<pParams> |
- - - | OAuth2Refresh | Obtain a new authorization token using a refresh token | OAuth2Refresh <pTokenURL>,<pClientID>,<pClientSecret>,<pRefreshToken>,<pPort> |
library | OAuth2 Library | OAuth2Refresh <pTokenURL>,<pClientID>,<pClientSecret>,<pRefreshToken>,<pPort> |