Interface OAuthJwtAudienceProvider

All Known Implementing Classes:
OAuthJwtAudienceTokenRequestProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface OAuthJwtAudienceProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
     
    provideAudiences(org.springframework.security.oauth2.server.authorization.token.OAuth2TokenContext context)
     
  • Method Details

    • provideAudiences

      List<String> provideAudiences(org.springframework.security.oauth2.server.authorization.token.OAuth2TokenContext context)
    • getOrder

      default int getOrder()