Interface OpenIdProviderMetadataFetcher

All Superinterfaces:
io.micronaut.core.naming.Named
All Known Implementing Classes:
DefaultOpenIdProviderMetadataFetcher

public interface OpenIdProviderMetadataFetcher extends io.micronaut.core.naming.Named
Fetches OpenIdProviderMetadata for a OpenIdClientConfiguration.
Since:
3.7.0
Author:
Sergio del Amo
  • Method Summary

    Modifier and Type
    Method
    Description
    It fetches Authorization Server OpenID metadata from a remote server.

    Methods inherited from interface io.micronaut.core.naming.Named

    getName
  • Method Details

    • fetch

      @NonNull @NonNull DefaultOpenIdProviderMetadata fetch()
      It fetches Authorization Server OpenID metadata from a remote server.
      Returns:
      OpenID Provider Metadata