OAuth2ClientCredentials (FB) ¶ FUNCTION_BLOCK OAuth2ClientCredentials IMPLEMENTS IOAuth2ClientCredentials Function block for the OAuth2 request type (flow): client_credentials InOut: Scope Name Type Input Const wsClientId WSTRING(255) wsClientSecret WSTRING(255) wsScope WSTRING(255) Properties: ClientId ClientSecret Scope Structure: ClientId (Property) ClientSecret (Property) Scope (Property)
OAuth2ClientCredentials.ClientId (PROP) ¶ PROPERTY ClientId : WSTRING(255)
OAuth2ClientCredentials.ClientSecret (PROP) ¶ PROPERTY ClientSecret : WSTRING(255)
OAuth2ClientCredentials.Scope (PROP) ¶ PROPERTY Scope : WSTRING(255)
OAuth2RessourceOwnerCredentials (FB) ¶ FUNCTION_BLOCK OAuth2RessourceOwnerCredentials IMPLEMENTS IOAuth2RessourceOwnerCredentials Function block for the OAuth2 request type (flow): password InOut: Scope Name Type Comment Input Const wsClientId WSTRING(255) Client ID. Leave blank if not used. wsClientSecret WSTRING(255) Client Secret. Leave blank if not used. wsPassword WSTRING(255) Ressource owner password wsUsername WSTRING(255) Username of the ressource owner. wsScope WSTRING(255) Scope. Leave blank if not used. Properties: ClientId ClientSecret Password Scope Username Structure: ClientId (Property) ClientSecret (Property) Password (Property) Scope (Property) Username (Property)
OAuth2RessourceOwnerCredentials.ClientId (PROP) ¶ PROPERTY ClientId : WSTRING(255)
OAuth2RessourceOwnerCredentials.ClientSecret (PROP) ¶ PROPERTY ClientSecret : WSTRING(255)
OAuth2RessourceOwnerCredentials.Password (PROP) ¶ PROPERTY Password : WSTRING(255)
OAuth2RessourceOwnerCredentials.Scope (PROP) ¶ PROPERTY Scope : WSTRING(255)
OAuth2RessourceOwnerCredentials.Username (PROP) ¶ PROPERTY Username : WSTRING(255)