All Classes
-
All Classes Interface Summary Enum Summary Class Description AccessToken An access token is an OAuth token which can be used multiple times and has a long lifetime.AccessTokenFactory Factory to create OAuth access tokens.DeviceToken This isDeviceToken.DeviceTokenFactory Factory to create OAuth device tokens.DeviceUserCode This isDeviceUserCode.OAuth20ClaimTokenFormats This isOAuth20ClaimTokenFormats.OAuth20GrantTypes The OAuth grant types (on the access token request).OAuth20ResponseTypes The OAuth response types (on the authorize request).OAuthCode An OAuth code is an OAuth token which can be used only once and has a short lifetime.OAuthCodeFactory Factory to create OAuth codes.OAuthToken OAuth tokens are mostly like service tickets: they deal with authentication and service.RefreshToken A refresh token is an OAuth token which can be used multiple times and has a very long lifetime.RefreshTokenFactory Factory to create OAuth refresh tokens.