Skip to main content

@mapgear/geoapps > GeoAppsAuthorizationType

GeoAppsAuthorizationType enum

Authorization types available for GeoApps

Signature:
export declare enum GeoAppsAuthorizationType 

Enumeration Members

MemberValueDescription
ANONYMOUS"anonymous"Anonymous login, do not authorize against the server
INTEGRATED"integrated"Integrated authentication is used when the app is installed within GeoApps. In this case, GeoApps handles the token retrieveal and authorizes the requests automatically.
TOKEN"token"Token-based login used mostly for automatization or integration purposes. A token can be generated using the geoapps-authentication library or through the developer portal.