Interface Auth.TokenCallback

Enclosing class:
Auth

public static interface Auth.TokenCallback
An interface implemented by a callback that provides either tokens, or signed token requests, in response to a request with given token params.
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object getTokenRequest​(Auth.TokenParams params)