simplylink/oauth_sdk

simplylink oAuth SDK

Installs: 22

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master 2023-09-11 18:16 UTC

This package is auto-updated.

Last update: 2024-04-11 19:44:00 UTC


README

Simplylink auth server is design to protect private resources.

The auth server is providing oAuth2.0 token mechanism, for integration between all simplylink apps and resources.

For more information about oAuth2.0

In order to integrate with any Simplylink resources, you will need to register a client.

Client credentials will allow you to generate Authorization code and Access Tokens.

client_id: 1_xxxxxx
client_secret: xxxx
return_uri: https://xxxx

oAuth 2.0 documentation

Documentation and information about Simplylink oAuth can be found here:

Simplylink API resources

Documentation and information about Simplylink API methodology and API resources can be found here: