Skip to content

1.0.4 Providers

Anders Mikkelsen edited this page Dec 21, 2017 · 2 revisions

This section details the various providers supported.

They are all based on the Provider interface for checking an external Token and converting it to either a UserProfile or a payload.

public interface Provider<T> {
    void checkJWT(String token, Handler<AsyncResult<T>> resultHandler);
}
Clone this wiki locally