NetworkAuthorizationConfig

constructor(isJwtEnabled: Boolean, shouldEnableForAllUsers: Boolean = NETWORK_AUTHORIZATION_CONFIG_DEFAULT_ALL_USER_ENABLED_STATE)

Parameters

isJwtEnabled

true if you want all the Network Request should be validated

shouldEnableForAllUsers

true if you want to enable JWT for all users including unidentified users. If false, JWT will be enabled for identified users only. Default value is false.