OAuth2 Library

Typelibrary
Dictionarylibrary.oauth2
LibraryOAuth2 Library
Associationscom.livecode.library.oauth2
Description

Present an authorization dialog for any web service that supports OAuth2 Authorization Code Flow

TypeNameSummarySyntax
commandOAuth2

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>

libraryOAuth2 Library

OAuth2Refresh <pTokenURL>,<pClientID>,<pClientSecret>,<pRefreshToken>,<pPort>