Class DefaultSecureEndpoint

java.lang.Object
io.micronaut.security.oauth2.endpoint.DefaultSecureEndpoint
All Implemented Interfaces:
Endpoint, SecureEndpoint

public class DefaultSecureEndpoint extends Object implements SecureEndpoint
The default implementation of SecureEndpoint.
Since:
1.2.0
Author:
James Kleeh
  • Constructor Details

    • DefaultSecureEndpoint

      public DefaultSecureEndpoint(@NonNull @NonNull String url, @Nullable @Nullable List<AuthenticationMethod> supportedAuthenticationMethods)
      Parameters:
      url - The endpoint URL
      supportedAuthenticationMethods - The endpoint authentication methods
  • Method Details