sub _access_token_data { # Fetches and stores the access token data to the AUTH_CACHE_FILE my ($self, $data) = @_; ... } sub _access_token_set_expiry { # Sets the access token expiry date/time after generation and # renewal my ($self, $token_data) = @_; }