Package io.asgardeo.java.oidc.sdk.config
Interface OIDCConfigProvider
-
- All Known Implementing Classes:
FileBasedOIDCConfigProvider
public interface OIDCConfigProviderA "provider" interface for theOIDCAgentConfigmodel.- See Also:
FileBasedOIDCConfigProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OIDCAgentConfiggetOidcAgentConfig()Retrieves theOIDCAgentConfigobject with the agent specific configurations.
-
-
-
Method Detail
-
getOidcAgentConfig
OIDCAgentConfig getOidcAgentConfig()
Retrieves theOIDCAgentConfigobject with the agent specific configurations.- Returns:
OIDCAgentConfigObject containing the agent specific configurations.
-
-