Interface OpenIdAuthenticationFlow

All Known Implementing Classes:
AbstractAuthenticationFlow, ClientSecretAuthenticationFlow, PublicAuthenticationFlow

public interface OpenIdAuthenticationFlow
  • Method Summary

    Modifier and Type
    Method
    Description
    authenticate(OpenIdMetadata providerMetadata, com.nimbusds.openid.connect.sdk.Nonce nonce, URI redirectUri, String clientId, com.nimbusds.oauth2.sdk.AuthorizationCode authorizationCode, @Nullable String clientSecret)