Interface OAuth2Authentication

All Superinterfaces:
org.springframework.security.core.Authentication, BlueriqAuthentication, Principal, Serializable
All Known Subinterfaces:
TenantAwareOAuth2Authentication

public interface OAuth2Authentication extends BlueriqAuthentication
The base interface for all authentications performed using OAuth2
Since:
11.6
Author:
Petru Galanton
  • Method Details

    • getEncodedAccessToken

      String getEncodedAccessToken()
      The access token in encoded form. This form is suitable for use in an Authorization: Bearer header.
      Returns:
      the encoded access token