Class OAuth20AccessTokenResponseResult

java.lang.Object
org.apereo.cas.support.oauth.web.response.accesstoken.response.OAuth20AccessTokenResponseResult
All Implemented Interfaces:
Serializable

public class OAuth20AccessTokenResponseResult extends Object implements Serializable
Since:
6.0.0
See Also:
  • Method Details

    • builder

    • getRegisteredService

      public org.apereo.cas.services.RegisteredService getRegisteredService()
    • getService

      public org.apereo.cas.authentication.principal.Service getService()
    • getGeneratedToken

      public OAuth20TokenGeneratedResult getGeneratedToken()
    • getAccessTokenTimeout

      public long getAccessTokenTimeout()
    • getDeviceTokenTimeout

      public long getDeviceTokenTimeout()
    • getResponseType

      public OAuth20ResponseTypes getResponseType()
    • getGrantType

      public OAuth20GrantTypes getGrantType()
    • getCasProperties

      public org.apereo.cas.configuration.CasConfigurationProperties getCasProperties()
    • getDeviceRefreshInterval

      public long getDeviceRefreshInterval()
    • getUserProfile

      public org.pac4j.core.profile.UserProfile getUserProfile()