Interface AccessTokenFlow

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 AccessTokenFlow
This flow is capable of executing the token exchange for obtaining the required access token.
Author:
Martin Siegemund
See Also:
6.3. Obtaining an Access Token
  • Method Summary

    Modifier and Type Method Description
    ProtectedAccessFlowFactory tokenExchange()
    Execute the token exchange and retrieve the next flow phase.