Namespace Stylelabs.M.Sdk.WebClient.Authentication
Classes
OAuthPasswordGrant
This grant is a great user experience for trusted first party clients both on the web and in native device applications. Also known as "Resource owner credentials grant".
OAuthRefreshTokenGrant
Access tokens eventually expire; however some grants respond with a refresh token which enables the client to get a new access token without requiring the user to be redirected.
Interfaces
IOAuthGrant
Defines the shared OAuth grant parameters.