UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

17 lines (10 loc) 326 B
# operation: auth.get-current-user Description: Gets the user that is currently signed into the application. Inputs: `None` Outputs: `Principal` --- # operation: auth.is-sign-in-available Description: Check if sign-in is currently supported by the authentication manager. Web only. Inputs: `None` Outputs: `boolean` ---