# Functions
ReconstructForgedApplication - returns a ForgedApplication with the fields set during the initial creation, notably steps completed and the superkey id.
# Constants
No description provided by the author
# Structs
App - represents an application that can be posted to sources after being populated.
CreateRequest - struct representing a request for a superkey.
DestroyRequest - struct representing a teardown request for an application created through superkey.
ForgedApplication - struct to hold the output of a superkey create_application request.
Step - struct representing a step for SuperKey.
# Interfaces
Provider the interface for all of the superkey providers currently just a single method is needed (ForgeApplication).