Interface WingsAuthDetails

  • All Implemented Interfaces:

    
    public interface WingsAuthDetails
    
                        
    Since:

    2022-01-18

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Map<String, String> getMetaData() Get meta-info to help with validation, such as the parameters within a request.
      abstract Object getRealData() Get the detail data after build
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getMetaData

        @NotNull() abstract Map<String, String> getMetaData()

        Get meta-info to help with validation, such as the parameters within a request.

        Returns:

        mutable, not thread-safe Map

      • getRealData

        @Nullable() abstract Object getRealData()

        Get the detail data after build

        Returns:

        detail data, eg. Oauth