Annotation Interface AuthorizationCallback


@Retention(RUNTIME) @Target(METHOD) public @interface AuthorizationCallback
Annotation class for Authorization Callbacks Attribute are callType
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Specifies the types of authorization callbacks this method should handle.
  • Element Details

    • callType

      Specifies the types of authorization callbacks this method should handle.
      Returns:
      an array of AuthorizationCBType values indicating the authorization callback types that this method should handle